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
How does pointer work in c?
What are the key features in c programming language?
How the c program is executed?
What is self-referential structure in c programming?
What is far pointer in c?
What is #define size in c?
What does node * mean?
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
Define Spanning-Tree Protocol (STP)
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is assert and when would I use it?
Can you explain the four storage classes in C?
"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
What is dynamic dispatch in c++?
Why c is called a mid level programming language?