The characters C++ can identify:
Letters: A-Z , a-z
Digits: 0-9
Special symbols: + , - , * , / , ^ , ( , ) , [ , ] ,{ , } ,= , !=(not in c++ is represented by ! ), < , > ,' ," $ , : . ; , % , @
White spaces Blank spaces , Horizontal tab ,Newline,Form feed.
Other Character : all 256 ASCII characters
Letters: A-Z , a-z
Digits: 0-9
Special symbols: + , - , * , / , ^ , ( , ) , [ , ] ,{ , } ,= , !=(not in c++ is represented by ! ), < , > ,' ," $ , : . ; , % , @
White spaces Blank spaces , Horizontal tab ,Newline,Form feed.
Other Character : all 256 ASCII characters
No comments:
Post a Comment