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
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is sizeof int in c?
Why c is called procedure oriented language?
What is 02d in c?
What is printf () in c?
code for find determinent of amatrix
write a program fibonacci series and palindrome program in c
What is the difference between exit() and _exit() function?
Why n++ execute faster than n+1 ?
program to convert a integer to string in c language'
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is wrong with this statement? Myname = 'robin';
Is c still relevant?
What are identifiers c?
What does the error 'Null Pointer Assignment' mean and what causes this error?