Array of Pointers in C

Subscribe our Rurban Life YouTube Channel.. “Rural Life, Urban LifeStyle”

Array Initialisation in C

Array Initialisation in C

Array Initialization in C can be done using multiple methods. We will see examples of the simple … Read more

Understanding gcc compilation steps : Linux compilation steps

For any input file to the GCC compiler, the extension determines what kind of compilation stages needs … Read more

Memory layout / Address space of variables in C program

Following is the program which details the simple memory layout of the c program. As we can … Read more

How to resolve “cc1: all warnings being treated as errors” ?

If you are compiling some C program or open source package using Makefile which is written by … Read more