Question: C uses the call by value method to pass arguments to functions. How can you invoke the call by reference method?

  1. by using pointers
  2. by declaring functions separately from defining them
  3. by using recursive functions
  4. by using global variables

Answer: The correct answer of the above question is Option A:by using pointers