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
What is sizeof int?
Can include files be nested? How many levels deep can include files be nested?
Write a Program to accept different goods with the number, price and date of purchase and display them
Differentiate call by value and call by reference?
Why do we write return 0 in c?
In which layer of the network datastructure format change is done
How can I find the modification date of a file?
What are the types of arrays in c?
What is volatile, register definition in C
Where local variables are stored in c?
What are the advantages of external class?
What is the purpose of sprintf?
Write a c program to demonstrate character and string constants?
What is the correct declaration of main?
What is array in C