Contents

All variables declared in function definition are called…..
a) protected variables
b) local variables
c) global variables              
d) private variables

b

A function that needs no return type is called…
a) infinite functions            
b) finite functions
c) void functions
d) all of these

c

Nor initializing a reference variable will cause..
a) syntax error                                   
b) termination of program
c) overloading                     
d) nothing

a

How we call swap function if we want to change value?
a) by value                           
b) by reference
c) outside function             
d) none of these

b

What is the default return type for every function is?
a) int                                     
b) char
c) float                                  
d) string

a

What is the purpose of standard function?
a) calling math function                    
b) including timestamps
c) getting randomization 
d) none of these

c