1. 

A function may have any number of return statements each returning different values.

A. True
B. False

2. 

Names of functions in two different files linked together must be unique

A. True
B. False

3. 

A function cannot be defined inside another function

A. True
B. False

4. 

Functions cannot return more than one value at a time

A. True
B. False

5. 

If return type for a function is not specified, it defaults to int

A. True
B. False