quiz
1/5
1.The arguements that are used to send out information are called ________
- A) Formal parameters
- B) actual parameters
- C) output parameters
- D) input parameters
2/5
2. A function can return ________ values
- A) one
- B) one or more than one
- C) more than one
- D) no value4
3/5
3.The actual and formal arguments should match in
- A) number and type
- B) type and order
- C) number,type and order
- D) order only
4/5
4. If the actual arguments are less than the formal arguments, the unmatched formal arguments are _____
- A) discarded
- B) initialized to some garbage values
- C) intialized to 0
- D) intialized to 1
5/5
5. There is no data communication between calling function and called function then the function is called ______
- A) functions with arguments and return values
- B) functions with no arguments and return values
- C) functions with no arguments and no return values
- D) functions with arguments and no return values
Finished!
Please select an option