Non graphics symbols in c++ language is known as ____________.
Punctuators
Operators
Escape sequence
None of these
[ ] represent ____________.
Keyword
Literal
Operator
Punctuation
Keywords are also known as ____________.
Token
Reserved words
Identifier
In C++ alphabets are collectively known as ___________.
Letters
Word
Character Set
Identifiers
____________ are the fundamental units of a language.
Numbers
Alphabets
Words
Keywords
The token that contain only the digits are called ___________.
Integer literal
Numbers having fractional parts are called __________.
Literals
Floating constants
Character literal
Num 1 has been declared as an integer variable in c++ program.You will enter a non - integer data.While running the program,then occure type error.How to solve this problem.
Convert the integer data into integer form
Convert the all data into intege form
Convert integer data into text data
____________ integer starts with 0X.
Octal
Hexa decimal
The token that represent data items that never change their value during the program run are called __________.
Header file