Tuesday 13 September 2016

Start Up With C :-


You can Build your first program by just following These

 Steps : -


When you want to program in C Language, you will have to fulfill certain minimum requirements so that you can build your programs without unexpected results. Here, we give you the list of those minimum requirements!

1) A Personal Computer or a Laptop on which you will make your programs.

2) A C Compiler to compile the programs you make.

*There are no minimum hardware requirements.


Choose the compiler carefully, as not all compilers are suitable on all platforms. Platform here means your Operating System.

Even a text editor is preferred to write programs in C by some programmers. They type the code in a text file and then compile that code by a compiler. 
But today you don't need to code and compile at two separate locations

Download C compiler Here :


After you install the application, install it.

Open it

Click on 'File' > 'New'.

Start Coding !

To compile the program, press Alt + F9.

To run the program (which is possible if you did not make any errors.) press 
Ctrl+F9.

No comments:

Post a Comment