Ask Question
7 January, 04:26

In C+ + the = operator indicates:

equality

assignment

subtraction

negation

+1
Answers (1)
  1. 7 January, 04:44
    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 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