The implicit type conversion where in data types are promoted is known as ----- .
Type promotion
Coercion
Token
None of these
Which of the following is invalid integer?
1936
0123
OX FACE
01934
Ch + = 2 is equivalent to
ch= ch+2
Ch+2
Ch=+2
Which of the following does not represent a character literal?
'a'
'1'
'\a'
'an
"Seema \s pen" is an example of ----- type literal
Character
String
Null
Integer
Which keyword turns a variable declaration into constant declaration?
Const
Constant
Final
Fixed
User defined type conversion is known as -------- .
Type casting
Function
Class
------ variable are created once for entire class and are shared by all the object.
Static
Dynamic
Bodean
'++' is an example of ------- type operators.
Arithmetic
Increment & Decrement
Relational
Shift Operator
---- is a group of zero or more statement between balanced braces and can be issued any were a single statement is allowed
Block