main()
{
struct test
{
char c;
int i;
char m;
} t1;
printf("%d %d\n", sizeof(t1), sizeof(t1.c));
}
Answer Posted / rashmi
12 1
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
Compare interpreters and compilers.
explain what is an endless loop?
What is the code for 3 questions and answer check in VisualBasic.Net?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Define VARIABLE?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Explain two-dimensional array.
What are c header files?
Can we access array using pointer in c language?
What is a far pointer in c?
i want to know the procedure of qualcomm for getting a job through offcampus
What are pointers? What are different types of pointers?
What does the c preprocessor do?
Why doesn't C support function overloading?
What is pointers in c with example?