Q. Which of the following statement is incorrect? (Solved)
1. Default arguments can be provided for pointers to functions.
2. A function can have all its arguments as default.
3. Default argument cannot be provided for pointers to functions.
4. A default argument cannot be redefined in later declaration.
- c. Default argument cannot be provided for pointers to functions.