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
What is a buffer in c?
How can I manipulate strings of multibyte characters?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Explain pointers in c programming?
Describe newline escape sequence with a sample program?
What is the use of bitwise operator?
Is struct oop?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What are c preprocessors?
How many parameters should a function have?
What are linked lists in c?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Are pointers really faster than arrays?
Why do we write return 0 in c?