C Functions Question: Download C Functions PDF

What is actual argument?

Tweet Share WhatsApp

Answer:

Actual arguments are available in the function call. These arguments are given as constants or variables or expressions to pass the values to the function.

Download C Functions PDF Read All 45 C Functions Questions
Previous QuestionNext Question
What is formal argument?What is recursion?