InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between struct and union in C? |
|
Answer» A struct is a group of complex data structures stored in a block of memory where each MEMBER on the block gets a separate memory location to make them accessible at once |
|