What is the size of empty structure in c?
Answer / Jitendra Kumar Yadav
The size of an empty structure is equal to the sum of sizes of its members (if any) plus the size of a struct alignment padding needed for alignment purposes. If there are no members, then the size will still be non-zero due to alignment requirements.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is character set?
What's a "sequence point"?
Are the outer parentheses in return statements really optional?
Explain what is output redirection?
What is a const pointer?
code for bubble sort?
What is pivot in c?
How can I read a binary data file properly?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
What is wild pointer in c?
what are the facialities provided by you after the selection of the student.