C
Programming and Technical
Q. What is an argument? Differentiate between formal arguments and
actual arguments?
A. An argument is an entity used to pass the data from calling function to the called function. Formal arguments are the arguments available in
the function definition. They are preceded by their own data types.
Actual arguments are available in the function call
Read Solution (Total 0)
C Other Question