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
Is there any possibility to create customized header file with c programming language?
What are valid operations on pointers?
Explain continue keyword in c
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is the use of function overloading in C?
Is a house a shell structure?
Who invented b language?
Explain how can I manipulate strings of multibyte characters?
Are the variables argc and argv are always local to main?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is wrong with this statement? Myname = 'robin';
c language interview questions & answer
Differentiate fundamental data types and derived data types in C.
What is meant by realloc()?
Is it cc or c in a letter?