Hi, The questions shown below is an interview question
Q)You are given have a datatype, say X in C.
The requirement is to get the size of the datatype, without declaring a variable or a pointer variable of that type,
And, of course without using sizeof operator !
I am not sure if this question was asked before in SO.
Thanks and regards Maddy