Ask Question

In C+ + the = operator indicates:

equality

assignment

subtraction

negation

+3
Answers (1)
  1. 17 August, 05:09
    0
    The correct answer for the given question is " assignment"

    Explanation:

    In c+ + = is an assignment operator. The assignment which is used to assign the value to the variable.

    For example

    int a=9;

    The variable a is assign integer value 9

    The equality operator are (==) and! = so this option is wrong

    Subtraction are arithmetic operator so this option is wrong

    The negation operator is (!) so this option is wrong

    So the correct answer is assignment.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “In C+ + the = operator indicates: equality assignment subtraction negation ...” 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