#cprogramming #dextutor
In this video we will learn the Execution flow of a C Program i.e., what happens between writing the C code and its execution. We will understand how the C code is preprocessed followed by compilation, assembly and linker. Finally, we will discuss how the program is loaded and executed by the CPU.
The entire C program execution cycle is discussed with examples at each step.