Answer Posted / glibwaresoftsolutions
• Struct: All members occupy separate memory.
• Union: All members share the same memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the complete rules for header file searching?
What is the scope of global variable in c?
Write a program to reverse a string.
What does printf does?
#include
How can I discover how many arguments a function was actually called with?
What are the 5 data types?
Why is c so important?
What is pre-emptive data structure and explain it with example?
What is a scope resolution operator in c?
how is the examination pattern?
What is c value paradox explain?
Can a function argument have default value?
What is the explanation for the dangling pointer in c?
What does static variable mean in c?