let's take a code

struct FAQ
{
int a;
char b;
float c;
double d;
int a[10];
}*temp;

now explain me how the memory will be allocated for the
structure FAQ and what address will be in the structure
pointer (temp)....................

Answer Posted / vrushali

Sorry .. i did not get your context....

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we declare variables anywhere in c?

582


Why structure is used in c?

600


hi any body pls give me company name interview conduct "c" language only

1671


Are pointers really faster than arrays?

569


What is #ifdef ? What is its application?

651






What should malloc(0) do?

619


What are header files in c?

620


What does the function toupper() do?

661


What is local and global variable in c?

620


What is structure of c program?

609


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

622


How can you allocate arrays or structures bigger than 64K?

687


What is queue in c?

583


When the macros gets expanded?

792


What is the difference between typedef and #define?

552