"Hello, world!" program||hello world
This post will describe writing the first "hello world" C program using a compiler.Here i am using codeblocks as a compiler tool.You can use any other compiler if you want.A detailed post about various compilers will be given in the next blog post. Here are few things that this post is all about.T his post will be covering all the detailed explanation of how to: Write a c program: how to write the program in the compiler Its basic components: components here is mainly the syntanx and the function used in the program. How to compile and run the c program: this section will deal with compiling and running the program.I have include links for some compiler you can check out if you don't have any compiler. Output of the given program: as always in the last we are going to see the output of the given program on the screen. This is the simplest program of the c language.The reason why i have included it here is as it is the first program of the c langua...