Skip to main content

C

2018

Dabbling with structures and unions
·7 mins
Mayukh Datta
Technical C
There is a lot more to structures and unions. I’ll go through what I’ve learned about them here. I’m assuming that you’re not a beginner in C language. To store or manipulate data in the computer’s memory we need to write a computer program that’ll instruct the compiler or the interpreter to allocate space for the data in the memory.