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
Why c language is called c?
What is difference between union All statement and Union?
Do you have any idea how to compare array with pointer in c?
What is the difference between formatted&unformatted i/o functions?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Difference between Function to pointer and pointer to function
What is a sequential access file?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is an identifier?
What is the role of this pointer?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is the purpose of clrscr () printf () and getch ()?
Do you have any idea about the use of "auto" keyword?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What is the process of writing the null pointer?