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 / vrushali
Sorry .. i did not get your context....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is realloc in c?
Explain how can you determine the size of an allocated portion of memory?
Explain the concept and use of type void.
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Why c is called top down?
How can I pad a string to a known length?
Explain about C function prototype?
What is null pointer constant?
How can you find out how much memory is available?
What is malloc calloc and realloc in c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is difference between structure and union?
What is structure in c explain with example?
Give me the code of in-order recursive and non-recursive.
What is #line in c?