How to learn any Language (C)
To learn a language any language we first have to learn
the basics:
1. Alphabets: Alphabets for example in the English Language we must learn the English alphabets say A to Z the same goes for C we have similar sets of characters as well
-         Alphabets
 -         Numbers
 -        Special Characters
 
2.      Words:
Now we can combine alphabets or characters to make words in the English
language and the same goes for C as well if we combine the alphabets, numbers
and special characters then we get.
-         Keywords
 -         Constants
 -         Variables
 
3.    Sentences:
As in the English language we have sentences when words are combined the same
goes for C too it forms instructions and these instructions can be mainly of 4
types.
-         Type Declaration Instruction
 -         Input/output Instruction
 -         Arithmetic Instruction
 -       Control Instruction
 
4. Paragraphs: We combine sentences to form paragraphs in the English language and you guessed it right it can also be done in C which is the final step in forming a program.
Also Read :
Recommended Post :
nl
V

0 Comments
If you have any doubt, Please let me know.