Programming In C, C language character set

Question: Describe the purpose of C language character Set.

Answer: C language character set includes:

Letters: C language comprises the following set of letters to form a standard program. They are:

  • A to Z in capital letters.
  • A to z in small letters.

In C programming, small letter and caps letter are distinct.

  • Digits: C language comprises of the following sequences of numbers 

to associate the letters 0 to 9 digits.

Special Characters:  C Language contains the following special characters in association with the letters and digits.




Comments

Popular posts from this blog

Conditional Control structure. Chapter 4, Lab Activities, Long questions.

Chapter # 5, Loop Control Structure, Lab Activities