Explain actual parameters and formal parameters.

: 459
Paper : C Programming FAQ (Frequently Asked Questions and answers) for freshers | Platform : Procedural Programming Languages | Category : Programming FAQs

Actual parameters are those which are sent from the main function to the calling function.

Formal parameters are those parameters is defined in the brackets of the calling function.

Suggested Papers: