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

What is dynamic dispatch in c++?

554


Why is c called "mother" language?

855


What is C language ?

1524


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

685


Sir i need notes for structure,functions,pointers in c language can you help me please

1942






Describe how arrays can be passed to a user defined function

776


What are the properties of union in c?

585


Write a C program in Fibonacci series.

629


What are the 5 organizational structures?

567


What is the maximum no. of arguments that can be given in a command line in C.?

664


What is the size of structure in c?

701


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

606


What is a void * in c?

591


Define VARIABLE?

686


Why do we need functions in c?

553