Ask Question
27 August, 21:15

In addition to redefining existing operators, C+ + allows programmers to create their own new operators.

Select one:

True

False

+2
Answers (1)
  1. 27 August, 22:31
    0
    False.

    Explanation:

    You can redefine the existing operators by using operator overloading in c++. We can extend the functionality by using the operator keyword.

    But in C+ + there are no methods to create new operators.

    For ex: - There is no * * operator in c++.

    2**3 which means 2 raised to the power three and there is no way to create a new operator like this.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “In addition to redefining existing operators, C+ + allows programmers to create their own new operators. Select one: True False ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers