Hi all
I have a datatype say X and I want to know its size without declaring a variable or pointer of that type and of course without using sizeof operator.
Is this possible.
I thought of using standard header files which contain size and range of datatypes but that doesn't work with user defined datatype.
Any help will be appreciated.
Thanx