what is the defrenece between structure and union
Answer Posted / nayanprakash
union is better then structure.union is declared with
keyword union.it can store more data which can store at
hights byte of veeriable is declared.structure is declred
a keyword struct.it will store for indivisul memory space.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
is it possible to create your own header files?
Write a program of advanced Fibonacci series.
about c language
How do I use strcmp?
Is stack a keyword in c?
#include
Dont ansi function prototypes render lint obsolete?
What was noalias and what ever happened to it?
What is the most efficient way to store flag values?
Explain how can I convert a string to a number?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What does printf does?
What is extern keyword in c?
What is the purpose of macro in C language?
Why do we use namespace feature?