Memory Layout of a Structure
In the previous post we discussed about structures – What structures are and how they can be useful. We also discussed how to declare and… Read More »Memory Layout of a Structure
In the previous post we discussed about structures – What structures are and how they can be useful. We also discussed how to declare and… Read More »Memory Layout of a Structure
Ordinary variables like int, float, char, etc., can hold one piece of information and arrays can hold a number of pieces of information of the… Read More »Structure in C
C is a high level language and it needs a compiler to convert it into an executable code so that the program can be run… Read More »Compilation process of C programs