What is the difference between a structure and a union?
Answer Posted / nashiinformaticssolutions
Structure: All members have their own memory location.
Union: All members share the same memory location.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When a c file is executed there are many files that are automatically opened what are they files?
Tell me when is a void pointer used?
Why is c platform dependent?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
formula to convert 2500mmh2o into m3/hr
What is return type in c?
Explain how does flowchart help in writing a program?
what does static variable mean?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is queue in c?
In a switch statement, explain what will happen if a break statement is omitted?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Is void a keyword in c?
What is meant by keywords in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none