The smallest individual unit in a program is known as ___________ .
Identifier
Keyword
Token
Class.
---------- are data items that never change their value during the program run.
Literal
Class
Void
The value of class type is called an ------
Object
Function
In -------- expression, all the operands are of same type.
Pure expression
Mixed expression
Integer expression
Real expression
------- is a word caring special meaning purpose.
User defined type conversion is known as -------- .
Type casting
None of these
Which of the following is not a keyword?
True
Public
The process of converting one predefined type into another is called ------- .
Type Conversion
.
Expression
Coercion
Which of the following is the default in value for a 'Long' data type?
O
OL
Long O
All of the above
Ch + = 2 is equivalent to
ch= ch+2
Ch+2
Ch=+2