struct ptr
{
int a;
char b;
int *p;
}abc;
what is d sizeof structure without using "sizeof" operator??
Answer Posted / avinash dubey
the correct answer in gcc compiler is 12..
concept of structure padding is involved here..
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is this pointer in c plus plus?
What is the function of this pointer?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Explain continue keyword in c
Is it possible to pass an entire structure to functions?
What do you mean by c what are the main characteristics of c language?
What is realloc in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
how we can make 3d venturing graphics on outer interface
Is calloc better than malloc?
What does 1f stand for?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Explain what is a program flowchart and explain how does it help in writing a program?
how to introdu5ce my self in serco
How do I create a directory? How do I remove a directory (and its contents)?