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
please be clear ...............i could not understand ur
reply fully.... please brief it .......sorry
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
string reverse using recursion
What is #line?
What are categories used for in c?
Can you mix old-style and new-style function syntax?
What is the size of a union variable?
Are negative numbers true in c?
What is nested structure in c?
Describe static function with its usage?
Define the scope of static variables.
What are the back slash character constants or escape sequence charactersavailable in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
How can I read in an object file and jump to locations in it?
How can I split up a string into whitespace-separated fields?
What is sorting in c plus plus?
What is the use of typedef in c?