Ask Question
6 April, 05:17

In C+ + the = operator indicates:

equality

assignment

subtraction

negation

+5
Answers (1)
  1. 6 April, 06:32
    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?
Get an answer to your question ✅ “In C+ + the = operator indicates: equality assignment subtraction negation ...” 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