C Functions Question:
Download Questions PDF

What is actual argument?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is formal argument?What is recursion?