Home » C++ Programming » Introduction » Question
  1. How many ways of passing a parameter are there in c++?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: B

There are three ways of passing a parameter. They are pass by value,pass by reference and pass by pointer.



Your comments will be displayed only after manual approval.