Which one of the following is true about a function in a C++ program?
- A function must be called at least once
- A function may called as and when required.
- A function can be called only by the main function
- A function must always return a value
Answer:
Option b: A function may called as and when required.
Explanation Here
0 Comments