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 / vignesh1988i

see from the above code i want wat address will get stored in the structure pointer temp??????????????

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does s c mean in text?

621


Why n++ execute faster than n+1 ?

1856


State the difference between realloc and free.

641


What is indirection? How many levels of pointers can you have?

665


Which control loop is recommended if you have to execute set of statements for fixed number of times?

816






What standard functions are available to manipulate strings?

567


What is typedf?

674


What are nested functions in c?

568


What are the applications of c language?

630


formula to convert 2500mmh2o into m3/hr

501


What does the error 'Null Pointer Assignment' mean and what causes this error?

746


How can I convert a number to a string?

613


What are the Advantages of using macro

689


Why dont c comments nest?

625


How can I use a preprocessorif expression to ?

604