Functions Q.8

0. Which of the following parameter passing mechanism(s) is/are supported by C++, but not by C?

  • Option : B
  • Explanation : As such C does not support pass by reference. But it can be simulated by using pointers.
Cancel reply
Cancel reply