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

How does pointer work in c?

838


What are the key features in c programming language?

829


How the c program is executed?

868


What is self-referential structure in c programming?

900


What is far pointer in c?

1013


What is #define size in c?

865


What does node * mean?

964


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

883


Define Spanning-Tree Protocol (STP)

878


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2254


What is assert and when would I use it?

781


Can you explain the four storage classes in C?

860


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

889


What is dynamic dispatch in c++?

786


Why c is called a mid level programming language?

837