Character Set

  1. The allowed set of characters is called the character set.
  2. C character set consist of the following character.
Alphabets A-Z , a-z
Digits 0 - 9
White Spaces Spaces, tabs, newlines etc.
Special Symbols +, -, *, /, %, _,; and many more discussed as needed.
Previous Back to C Programming index Next

Comments

Popular posts from this blog

String in golang

Inline V/S Block Level Element

Floating point Data types in Go lang

Escape Sequence | Formatted Printing | Interview Questions

Sum of two numbers

Operators in C Language| Part-4

Printing in C programming

Arrays in C Language

Program to check a year is leap year or not.

Data types in Java