answersLogoWhite

0

Arguments appear in functions and in function calls. Arguments passed to a function are known as actual arguments. The arguments used by the function are known as the formal arguments. In C, all arguments are passed by value, such that the formal argument is a copy of the actual argument.

User Avatar

Wiki User

9y ago

What else can I help you with?