The statement used to declare a variable is known as______________
Logical statement
Declaration statement
Initialization
None of these
__________ represents int itself
Long int
Short int
Const
Signed
___________ operators perform the logical comparison of operands.
Relational
Logical
Arithmetic
____________ data type consume A byte of memory.
Interger
Float
Character
Double
The long floating numbers is represented by _________ data type.
Void
Exponent
In C++, X = = 3; represent:-
Assignment statement
Character statement
Relational expression
Logical expression
__________ are predefined symbols that can carry out operations.
Datatypes
Modifier
Operators
__________ increases the range of values of the data type.
Short
Long
The access of the constant variable is only_____________
Write
Read
____________ is a special operator applied over three operands.
Assignment operator
Conditional operator
Logical operator
Arithmetic operator