Getting Started With C


Communicating with a computer involves speaking the language
the computer understands, which immediately rules out English as
the language of communication with computer.

The classical method of learning English is to first learn

the alphabets used in the language, then learn to combine these
alphabets to form words, which in turn are combined to form
sentences and sentences are combined to form paragraphs.

Learning C is similar and easier. Instead of straight-away learning

how to write programs, we must first know what alphabets,numbers and special symbols are used in C, then how using them constants, variables and keywords are constructed, and finally how are these combined to form an instruction. A group of instructions would be combined later on to form a program.


         A to Z =26

         a to z =26
         0 to 9=10
         underscore=1
          Total.         =63

Learning English Language:


Alphabet --- Words --- Sentence --- Paragraphs


Learning C :




Alphabets-- Const. -- Instr.-program

Digits            Variables
Special Sym.   Keywords

Comments

Post a Comment

Popular posts from this blog

Introduction of C Language

Constant in C

Computer generation