Week 3
Week 3
By
Michael Kumakech
Elements of C
• Every language has some basic Types Character Set
elements & grammatical rules.
Lower case a-z
• Starting with programming, we
should be acquainted with the basic Upper case A-Z
elements that build the language. Digits 0-9
1. Character Set Special !@#$%^&*
Character
• Communicating with a computer
White space Tab or new lines or space
involves speaking the language the
computer understands.
• In C, various characters have been
given to communicate.
Elements of C -- Keywords