How many types of parameter parsing does C++ support?

91. How many types of parameter parsing does C++ support?

  1. 2 types
  2. 3 types
  3. 4 types

Answer: B) 3 types

Explanation:

3 types of parameter parsing are supported by C++. They are as follows: Pass by value, Pass by address, Pass by reference.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.