Contents

The process of assigning a value to variable at the time of declaration is known as………
a) variable initialization 
b) variable declaration
c) variable specification    
d) none of these

a

Which of the following are fixed values that cannot be changed during execution of program?
a) literals                             
b) symbols
c) reserve words  
d) special symbol

a

A statement that evaluates to a value is called…
a) literal                                
b) expression
c) symbol                             
d) reserve word

b

Which of the following are used in expression?
a) operator                           
b) operands
c) both a & b                       
d) integer

c

Which of the following is symbol that perform some operating?
a) operand                           
b) operator
c) expression                        
d) integer

b

Which of the following is a value on which the operator performs some operation?
a) operand                           
b) operator
c) expression                        
d) integer

a