Answer Posted / sruthy
union allocates the memory equal to the maximum memory
required by the member of the union but structure allocates
the memory equal to the total memory required by the members
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between functions getch() and getche()?
What functions are used for dynamic memory allocation in c language?
What is difference between structure and union in c programming?
find out largest elemant of diagonalmatrix
What are identifiers in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What does c mean in standard form?
What is type qualifiers?
Write a progarm to find the length of string using switch case?
How can I find out if there are characters available for reading?
how to introdu5ce my self in serco
What do you mean by a sequential access file?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
how to count no of words,characters,lines in a paragraph.
Can we add pointers together?