Structures
Structures
Dr. Amit.
• What is structure?
• Allocation of memory to structure members (Byte Stuffing)
Nested Structures
• A nested structure in C is a structure that contains one or more members that are themselves
structures.
• A wild pointer refers to a pointer that is not initialized or pointing to an arbitrary memory location.
• Using such a pointer can lead to unpredictable behavior, crashes, or data corruption.
3. What is extern in c ?
References
• https://www.boardinfinity.com/blog/nested-structures-in-c/#:~:text=A%20nested%20structure%20in%20C,a%20program's%20readability%20and%20maintainability.