What is a variable?
Storage location
Data type
Keyword
None of these
What type of data is enclosed in single quote?
Character
Integer
String
Boolean
What is used for holding the memory address?
Function
Pointer
Structure
Constant
How many characters are contained in ASCII code.
250
256
55
125
What is used to identify the data and associated operations?
Variable
Literal
Which I/O manipulator set the number of decimal places to display?
Endl
Setw()
Setprecision()
Setfill()
Which data type does not return a value?
Void
Long
Double
Which symbol is used to represent a pointer variable?
#
&
*
.
Which access modifier makes the variable read only?
Private
Const
Static
What is used for altering the meaning of the base type?
Signed
Modifier
Unsigned
Data