You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Calling a function with incorrect arguments can result in unexpected or unintended program behavior. Conventional functions that are appropriately declared [[DCL07-A. Include the appropriate type information in function declarators]] will fail compilation if they are supplied with the wrong number or types of arguments. However, there are cases where supplying the incorrect arguments to a function, such as in the case of variadic functions.

  • No labels