Interview Questions

What is an argument ? differentiate between formal arguments and actual arguments?

C Interview Questions and Answers


(Continued from previous question...)

What is an argument ? differentiate between formal arguments and actual arguments?

An argument is an entity used to pass the data from calling funtion to the called funtion. Formal arguments are the arguments available in the funtion definition.They are preceded by their own data types.Actual arguments are available in the function call.

(Continued on next question...)

Other Interview Questions