Assignment operator assigns _______________
Value to a variable
Value to a integer
Value to a character
None of these
The ___________ operation is performed before the value of the variable is used.
Pre- increment
Constant
Logical
The long floating numbers is represented by _________ data type.
Void
Float
Double
Exponent
_______________ modifier is used to create constants.
Const
Signed
Character data type are declared using the key word________
int
Terxt
Char
The Interger data type consume_________ type of memory space.
1 bit
8 byte
2 byte
4 byte
__________ increases the range of values of the data type.
Short
Long
____________ data type consume A byte of memory.
Interger
Character
The data types that cannot be formed from other data type are known as_______
Fundamental data type
Derived data type
Structural data type
____________ is a special operator applied over three operands.
Assignment operator
Conditional operator
Logical operator
Arithmetic operator