Vidyalelo
C++ Programming · Q22

Functions and Procedures in C++

Programming · C++ Programming · question 22

Q22

What is the purpose of function overloading in C++?

A.
Allows multiple functions with the same name but different parameters
Answer
B.
Improves the efficiency of the functions
C.
Ensures that functions can be called from anywhere
D.
Facilitates the declaration of global variables

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board