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
What are the application of void data type in c?
How can you access memory located at a certain address?
Was 2000 a leap year?
What is the description for syntax errors?
What is the difference between procedural and functional programming?
What are the 4 types of organizational structures?
What is pointer and structure in c?
Can we assign string to char pointer?
What is enumerated data type in c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Is main is a keyword in c?
Explain what does a function declared as pascal do differently?
What is #include conio h?
When should structures be passed by values or by references?
What is volatile variable in c?