struct ptr
{
int a;
char b;
int *p;
}abc;
what is d sizeof structure without using "sizeof" operator??

Answer Posted / manoj mishra

11

Is This Answer Correct ?    5 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the function toupper() do?

645


what is the basis for selection of arrays or pointers as data structure in a program

3780


What do you mean by scope of a variable in c?

536


Why static variable is used in c?

546


What are dangling pointers in c?

633






In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

972


What is dangling pointer in c?

615


How can a process change an environment variable in its caller?

645


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

593


what value is returned to operating system after program execution?

1593


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

606


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

607


How do you use a 'Local Block'?

712


Is null always equal to 0(zero)?

574


When should the const modifier be used?

650