What is used to identify the data and associated operations?
Variable
Literal
Data type
Keyword
Which one is treated as a distinct data type?
Int
Char
Float
Double
Which data type does not return a value?
Void
String
Long
Which method is used for naming integer constants?
Modifier
Struct
Enum
What is used for altering the meaning of the base type?
Signed
Unsigned
Data
Which data type is an aggregate of elements of arbitrary types?
Array
Structure
Class
Short
Which modifier will hold positive values only?
Which data type is often said to be an integer type?
Which data is represented by numbers with fractions?
Integer
Real
Character
Which symbol is used to represent a pointer variable?
#
&
*
.