C programming

C is a programming language developed by Danius Ritchie in the while he was working in Bell's laboratory.

Installation of C into the system.

dear friends, if you need to run the C scripts on your system you need the following requirements,
1.IDE (integrated development environment) like CodeBlocks, TURBO's C, Netbeans, Eclipse etc., inbuilt with C compiler.
                                                                        ( or)

2.you can also run the scripts using command prompt (in Windows) and terminal (in LINUX) by creating C scripts using Text editors like Notepad, Notepad++, Dream viewer etc.
for this you need to install C compiler into the system (eg., myngw) and we have to set the Environmental variable for the compiler.

How to set the Environmental Variables:
  1. goto controlpanel->system and security->system
  2. click Advanced system settings.
  3. click Environment variables
  4. now in system variables select new .
  5. type the complete path of  binaries of any software tool or compliler.(here it is myngw) in binary value and name of the package(it isuser defined) in binary name options and press ok.
3.There are online compilers available to run your scripts.


Comments