167) A function can make
Answer is:
As many throws of as many types as necessary
Related C Programming MCQ with Answers
Answer is:
minimum of a, b
Answer is:
find(a, b) + find (b, a)
Answer is:
all of the above
Explanation:
Functions
* helps to avoid repeating a set of statements many times
* enhances the logical clarity of the program
* helps to avoid repeated programming across programs