Question: Name Matric Number : A) Multiple choice questions (5 marks) 1) It is a part of a function header that identifies the function a) Function

Name Matric Number : A) Multiple choice questions (5 marks) 1) It is a part of a function header that identifies the function a) Function prototype b) Function call c) Function name d) Function definition 2) It is composes the statements that provides the actual body of the function. a) Function prototype c) Function name b) Function call d) Function definition 3) What will happen when we use void in argument passing? a) It will not return value to its caller b) It will return value to its caller c) both a & b are correct d) none of the mentioned 4) Which of the following is a valid function call (assuming the function exists)? a) funct; funct(); b) funct x, y; d) int funct(); your functions by writing 5) It is good programming practice to comments that describe what they do. a) execute b) document retrieve create +
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
