Which data type contains both positive and negative values?
int
char
void
string
What type of data is enclosed in single quote?
Character
Integer
String
Boolean
What is used to identify the data and associated operations?
Variable
Literal
Data type
Keyword
Which modifier will hold positive values only?
Signed
Unsigned
Short
Long
Which operator gives the size of a data type?
Arithmetic
New
Dot
Sizeof
Which one of the following is used as an alias for a variable?
Constant
Pointer
Enumeration
Reference
How many characters are contained in ASCII code.
250
256
55
125
What is used for holding the memory address?
Function
Structure
Which I/O manipulator set the number of decimal places to display?
Endl
Setw()
Setprecision()
Setfill()
Which one is a fundamental data type in C++?
Array
Pointers
Classes
Void