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
please be clear ...............i could not understand ur
reply fully.... please brief it .......sorry
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is quick sort in c?
why we wont use '&' sing in aceesing the string using scanf
where are auto variables stored? What are the characteristics of an auto variable?
How to implement a packet in C
What are header files and what are its uses in C programming?
What happens if header file is included twice?
How can I open files mentioned on the command line, and parse option flags?
What is the use of putchar function?
Can we add pointers together?
What is an auto keyword in c?
What is the purpose of & in scanf?
What is a #include preprocessor?
Why is c platform dependent?
What are the advantages of union?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?