Ask Question
13 August, 20:28

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

Select one:

True

False

+1
Answers (1)
  1. 14 August, 00:06
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers