Begin C Programming

Before you start, you need to be sure that you have some tools like C compiler and text editor for C programming. There are lots of IDE’s (Integrated Development Environment) for C programming in the market, like Code Block, Eclipse, Xcode, Turboc etc. We are using Code Block for write, compile, debug and execute C codes. It is a free C & C++ IDE for both Windows and Linux operating System. You can download Code Block from this link Click Here and install on your PC.

For Ubuntu user :

Ubuntu is a complete Linux Operating System. To download and install CodeBlock in Ubuntu you need to run given below command from terminal window. Make sure that internet is connected while you run this command.

sudo apt-get install codeblocks