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
Write a program to print "hello world" without using a semicolon?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
what do the 'c' and 'v' in argc and argv stand for?
Why we not create function inside function.
How can this be legal c?
Explain how can I remove the trailing spaces from a string?
Do you know the use of fflush() function?
Write a Program to find whether the given number or string is palindrome.
a c code by using memory allocation for add ,multiply of sprase matrixes
Which is better between malloc and calloc?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Is array name a pointer?
What is the difference between exit() and _exit() function?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
How can you read a directory in a C program?