Which of the following operator is known as Scope Resolution Operator?

53. Which of the following operator is known as Scope Resolution Operator?

  1. ::
  2. ?:
  3. ->
  4. .

Answer: A) ::

Explanation:

In C++, the operator '::' is known as the Scope Resolution operator.

Comments and Discussions!

Load comments ↻






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