The type conversion performed by the compiler without programmer intervention is known as__________
Explict type conversion
Implict type conversion
Data type conversion
None of these
(?:) is an example of ____________ operator
Assignment
Logical
Conditional
None
___________ operators perform the logical comparison of operands.
Relational
Arithmetic
____________operators are defined to perform basic arithmetic operations.
The Interger data type consume_________ type of memory space.
1 bit
8 byte
2 byte
4 byte
_____________ required a single operand.
Urnary
Binary
Ternary
__________ represents int itself
Long int
Short int
Const
Signed
In C++, X = = 3; represent:-
Assignment statement
Character statement
Relational expression
Logical expression
____________ is a special operator applied over three operands.
Assignment operator
Conditional operator
Logical operator
Arithmetic operator
The type conversion forced by the programmer is known as_______________