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

Arrays in C Language

Literals in Java

Pointers in C Language

Inline V/S Block Level Element

Reserved Words in Java

Identifiers

Data Types in Go language

Printing in C programming

Variable Naming & Scope of Variable