Ask Question

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

Select one:

True

False

+2
Answers (1)
  1. 19 April, 18:55
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers