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 / sumanshu
55 BYTES OF MEMORY NEEDED.
ADDRESSS-IS BY DEFAULT
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
When a c file is executed there are many files that are automatically opened what are they files?
What do you mean by keywords in c?
Why flag is used in c?
What are local static variables?
What is the full form of getch?
Does * p ++ increment p or what it points to?
What is a null string in c?
Explain b+ tree?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Why c is a mother language?
What is return type in c?
Can the “if” function be used in comparing strings?
How can I find out if there are characters available for reading?
C program to find all possible outcomes of a dice?