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
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
why return type of main is not necessary in linux
How is a pointer variable declared?
What is an array in c?
Is c weakly typed?
What is the concatenation operator?
What are all different types of pointers in c?
where are auto variables stored? What are the characteristics of an auto variable?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Why is sprintf unsafe?
What is the difference between array and linked list in c?
Why is c called a mid-level programming language?
Explain what standard functions are available to manipulate strings?
What do you know about the use of bit field?
What is an auto keyword in c?