Which memory location is shared by two or more different variables?
Structure
Enumeration
Union
Reference
Which derived data type is used to name similar data elements?
Array
Function
Class
Which one is treated as a distinct data type?
Int
Char
Float
Double
What is used to identify the data and associated operations?
Variable
Literal
Data type
Keyword
Which data is represented by numbers with fractions?
Integer
Real
String
Character
Which modifier will hold positive values only?
Signed
Unsigned
Short
Long
Which data type contains both positive and negative values?
int
char
void
string
Which method is used for naming integer constants?
Modifier
Struct
Enum
Which operator gives the size of a data type?
Arithmetic
New
Dot
Sizeof
Which data type does not return a value?
Void