Wednesday, September 16, 2009

Before learning any computer language,it is important to learn C language.So lets start learning C.

We will need to know basic things like constants,variables and keywords.

Constants are the entities whose value does not change while variables are a memory location which contain a value which may vary during the program execution.
Keywords are the words whose meaning is already defined to the compiler.