Which modifier will hold positive values only?
Signed
Unsigned
Short
Long
Which data type is an aggregate of elements of arbitrary types?
Array
Structure
Class
Which data is used for representing a group of similar objects?
Constant
Union
Which one is a fundamental data type in C++?
Pointers
Classes
Void
Which of the following is a modifier?
Double
Integer
What is used for holding the memory address?
Function
Pointer
Which derived data type is used to name similar data elements?
What is a variable?
Storage location
Data type
Keyword
None of these
Which access modifier makes the variable read only?
Private
Const
Static
Which memory location is shared by two or more different variables?
Enumeration
Reference