170) The default parameter passing mechanism is
Answer is:
call by value
Related C Programming MCQ with Answers
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
Answer is:
Both The body of a function may have many return statements & A function can return only one value to the calling environment
Answer is:
All of the above
Answer is: