how to find the size of the data type like int,float
without using the sizeof operator?
Answer Posted / anil arya
#define SIZEOF(type) (int)&((int *)0)[1])
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 4 data types?
What is s in c?
What is the size of empty structure in c?
Why isn't it being handled properly?
What are the functions to open and close file in c language?
What does the file stdio.h contain?
Can you mix old-style and new-style function syntax?
what is ur strangth & weekness
Differentiate between calloc and malloc.
Explain the difference between exit() and _exit() function?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
C language questions for civil engineering
What does stand for?
What are the header files used in c language?
Is it possible to pass an entire structure to functions?