Thursday, July 12, 2012

Writting C programms



A programmer use text editor to write codes.
Code is also known as source code.
A file containing source code is called a source file.
After a C source file has been created, the programmer must invoke the C compiler before the program can be executed (run).
we will use the gcc compiler or cc  as it is the compiler available on the Linux system.
All grading is down on Linux. If you use any other compiler, run it first on the system where the grading is being done.
there are many compilers we can find , but gcc compiler is good in UNIX environment.

If you are using WINDOWS don't worry , I have already published how to  program C in windows.
read the post here


No comments:

Post a Comment