Sunday 1 January 2017

C++ Character Set

Share & Comment
A Character is a set of valid characters that a language can recognize. A character represents any letter, digit or any other sign.



Special Characters in C++ 


C++ have the following character set

Letters
A – Z , a-z
Digits
0-9
Special Symbols
Space + - * / ^ \ ( )  [ ] { } = < >  . ‘ “ $ , ; : % ! & ?
White Space
Blank Space , Horizontal tab (->) carriage return ( <-| ) , New line , form feed
Other Characters
C++ can process any of the 256 ASCII characters as data or as literals.


Tags:

Written by

Hy, i am a Code Geek ! And like to eduate others.

0 comments:

Post a Comment

 
Copyright © C++ Programming | Designed by Templateism.com