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
Where in memory are my variables stored?
Differentiate call by value and call by reference?
What is the difference between printf and scanf )?
Why do we use main function?
how logic is used
Write a code of a general series where the next element is the sum of last k terms.
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is the difference between functions abs() and fabs()?
What are the features of c language?
explain what are actual arguments?
What is a stream water?
Write a program to reverse a given number in c?
Which type of language is c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Is it valid to address one element beyond the end of an array?