A

Akshay Kulkarni • 3.46K Points
Extraordinary

Q. The variables or expressions passed from the calling subprogram are

  • (A) Actual Parameters
  • (B) Formal Parameters
  • (C) Both A & B
  • (D) None of the above

Explanation by: Akshay Kulkarni
Variables which are declared in a subprogram specified and referred to in the subprogram body are formal parameters.
Variables or the expressions which are passed from the calling subprograms are actual parameters. 

You must be Logged in to update hint/solution

Discusssion

Login to discuss.