Krantesh Blog Featured Images

Understanding a C Program

#include<stdio.h> main(){ printf(“Hello Worldn”); } In this blog post We will try to understand a basic C Language Program and How our computer understand it. So Lets get started. If you’re from programming background chances are you can understand the given piece of code. Save this piece of code with any file name with .c […]

Understanding a C Program Read More »