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

Why c language is called c?

779


What is difference between union All statement and Union?

906


Do you have any idea how to compare array with pointer in c?

852


What is the difference between formatted&unformatted i/o functions?

856


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

1654


Difference between Function to pointer and pointer to function

874


What is a sequential access file?

897


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

835


What is an identifier?

840


What is the role of this pointer?

792


What is the difference between declaring a variable by constant keyword and #define ing that variable?

3060


What is the purpose of clrscr () printf () and getch ()?

823


Do you have any idea about the use of "auto" keyword?

895


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?

2225


What is the process of writing the null pointer?

808