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
How can a program be made to print the name of a source file where an error occurs?
What is the difference between abs() and fabs() functions?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Where are local variables stored in c?
What is use of pointer?
in linking some of os executables are linking name some of them
Define Spanning-Tree Protocol (STP)
What is meant by gets in c?
Where local variables are stored in c?
develop algorithms to add polynomials (i) in one variable
what is use of malloc and calloc?
What does %c do in c?
What does p mean in physics?
What is external variable in c?
What do the functions atoi(), itoa() and gcvt() do?