Q. Which of the following statement is incorrect? (Solved)
1. The default value for an argument can be a global constant.
2. The default arguments are given in the function prototype.
3. Compiler uses the prototype information to build a call, not the function definition.
4. The default arguments are given in the function prototype and should be repeated in the function definition.
- d. The default arguments are given in the function prototype and should be repeated in the function definition.