The variable that represents character values in computer program is called.
a) character variable
b) numeric variable
c) both a & b
d) none of these
The variable that represents numeric values in computer program is called.
a) character variable
b) numeric variable
c) both a & b
d) none of these
A quantity
whose value can’t change during execution of program is called.
a) variable
b) constant
c) keyword
d) mnemonics
How many data types are used in C program?
a) one
b) two
c) three
d) four
(integer, float, character)
What is/are correct range of double variable?
a) 1.5X10-308 to 1.5X10308
b) 1.6X10-308 to 1.6X10308
c) 1.7X10-308 to 1.7X10308
d) 1.8X10-308 to 1.8X10308
What is/are correct range of long double?
a) 3.4X10-4932 to 1.1X104932
b) 3.4X10-4932 to 1.2X104932
c) 3.4X10-4932 to 1.3X104932
d) 3.4X10-4932 to 1.4X104932