Computer Science, asked by swikritidas09, 1 month ago

If the number of arguments in the function definition and function call does not match, then which type of error is generated?​

Answers

Answered by abhiakhi006
1

Answer:

Functions that are appropriately declared (as in DCL40-C. Do not create incompatible declarations of the same function or object) will typically generate a compiler diagnostic message if they are supplied with the wrong number or types of arguments. However, there are cases in which supplying the incorrect arguments to a function will, at best, generate compiler warnings. Although such warnings should be resolved, they do not prevent program compilation.

Explanation:

MARK AS BRAINLIEST

Similar questions