πŸ“Š C Programming
Q. Which one of the following is correct for overloaded functions in C++ ?
  • (A) Compiler sets up a separate function for every definition of function.
  • (B) Compiler does not set up a separate function for every definition of function
  • (C) Overloaded functions cannot handle different types of objects.
  • (D) Overloaded functions cannot have same number of arguments.
πŸ’¬ Discuss
βœ… Correct Answer: (A) Compiler sets up a separate function for every definition of function.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
220
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
92%
Success Rate