Contents

The string literal are enclosed in………
a) Quotation mark            
b) Question mark
c) Exclamation mark
d) Dollar mark

a

While entering a numeric literal constant you need not enter a………
a) Number                            
b) Special character
c) Character                         
d) Double variable

b

A………forces a literal constant to assume a data type other than the one its form indicates.
a) Literal type constant
b) Literal type variable
c) Any literal                        
d) Keyword

a

A variable can store………value at a time.
a) Only one                         
b) More than one
c) Only two                          
d) More than two

a

The………method converts a string to a number.
a) Tryparse                         
b) Parse
c) Convert                            
d) Extern

a

If the tryparse method determines that the string cannot be converted to the data type, it assigns………to the variable.
a) -1       
b) 1                        
c) 0                        
d) 2

c