C++ Character Set àA set of valid
characters that is used in C++ is called C++ character set. 1) Letters A to Z, a to z 2) Digits 0 to 9 3) Special symbols +
- / \* ( ) { } [ ] ; , * & $ % # ? :: >= <= @ etc
C++ Tokens àA smallest individual unit of C++
Language is known as C++ tokens. àThe following C++ Tokens are:- 1) Keywords 2) Identifiers (also known as Variables) 3) Literals (also known as Constants) 4) Punctuators (also known as Separators) 5 ) Operators
|
Computer Science :: 11th/12th, Computer Engineering :: Degree/Diploma, Coding Concept ( C, C++ & JAVA Programming, JDBC Concept, DBMS - SQL Concept, Data Structure, Communication & Network Concept.
Friday, August 13, 2021
C++ Character Set and Tokens
Subscribe to:
Post Comments (Atom)
Programmingway@Eklavya Technosys!: Class - 7 A or B | Computer | 100 Questions!
Programmingway@Eklavya Technosys!: Class - 7 A or B | Computer | 100 Questions! : 1) What is digital citizenship? 2) What is a digital citi...
-
COMPUTER TERMINOLOGY 1) TCP/IP - Transmission Control Protocol/ Internet Protocol. 2) HTTP...
-
https://makecode.com/_3VxaMo6c3YPp Code 1) What is Make Code Arcade? Answer: Make Code Arcade is a Block based coding. 2) Writ...
-
1) ___ is the response of the receiver after perceiving the message. a) Encoding b) Decoding c) Channel d) Feedback 2) Which of the fo...
-
1) Choose correct one :- 1) The step by step plan of solution for solving a problem is called ____. a) Algorithm b) Internet c) URL d) M...
-
Check whether the number is negative or positive after taking a number as input from the user. TextWindow . WriteLine ( "Ente...
No comments:
Post a Comment