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
Which one would you prefer - a macro or a function?
How do you use a pointer to a function?
Explain what is the most efficient way to store flag values?
Tell me when would you use a pointer to a function?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Why clrscr is used in c?
What is non linear data structure in c?
What is printf () in c?
What are the various types of control structures in programming?
Explain what are preprocessor directives?
What is character set?
How will you find a duplicate number in a array without negating the nos ?
Explain how do you list a file’s date and time?
Is there any possibility to create customized header file with c programming language?
What is c basic?