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
write a program in c language to print your bio-data on the screen by using functions.
What is the mean of function?
Do character constants represent numerical values?
How can I pad a string to a known length?
write a program to copy the string using switch case?
When is a null pointer used?
What are extern variables in c?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is the use of a ‘’ character?
What are the different categories of functions in c?
Write programs for String Reversal & Palindrome check
What is putchar() function?
What does c mean in basketball?
How can you determine the size of an allocated portion of memory?
What is the concatenation operator?