Answer Posted / nashiinformaticssolutions
• 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
Can you define which header file to include at compile time?
Explain what does the function toupper() do?
Explain about block scope in c?
When should a far pointer be used?
What are the advantages of using Unions?
What is getch c?
Why do we need functions in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is %d called in c?
How to throw some light on the b tree?
What is the explanation for the dangling pointer in c?
Is null equal to 0 in sql?
Why do we use int main instead of void main in c?
What are pointers?
What is the use of gets and puts?