Which of the following operator is known as Referential Operator?

54. Which of the following operator is known as Referential Operator?

  1. !=
  2. ?:
  3. ->
  4. sizeof

Answer: C) ->

Explanation:

In C++, the operator '->' is known as the Referential operator.

Comments and Discussions!

Load comments ↻






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