πŸ“Š C++
Q. Which of the following statement is incorrect?
  • (A) The default value for an argument can be a global constant.
  • (B) The default arguments are given in the function prototype.
  • (C) Compiler uses the prototype information to build a call, not the function definition.
  • (D) The default arguments are given in the function prototype and should be repeated in the function definition.
πŸ’¬ Discuss
βœ… Correct Answer: (D) The default arguments are given in the function prototype and should be repeated in the function definition.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
100
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
82%
Success Rate