Which data type is often said to be an integer type?
Float
Double
Char
Void
Which one is treated as a distinct data type?
Int
Which operator gives the size of a data type?
Arithmetic
New
Dot
Sizeof
Which derived data type is used to name similar data elements?
Array
Function
Class
Union
Which modifier will hold positive values only?
Signed
Unsigned
Short
Long
Which data type is an aggregate of elements of arbitrary types?
Structure
Which data is represented by numbers with fractions?
Integer
Real
String
Character
Which data type does not return a value?
What type of data is enclosed in single quote?
Boolean
Which memory location is shared by two or more different variables?
Enumeration
Reference