Ask Question
8 February, 00:53

What character makes an assignment statement an assignment statement?

+4
Answers (1)
  1. 8 February, 02:33
    0
    '='

    Explanation:

    The equal ('=') is the character that is used to assign the value in the programming.

    In the programming, there is a lot of character which has different meaning and uses for a different purpose.

    like '==' it is used for checking equality between the Boolean.

    '+' is a character that is used for adding.

    '-' is a character that is used for subtraction.

    similarly, '=' used for assigning.

    for example:

    a = a + b;

    In the programming, the program evaluates the (a + b) first and then the result assigns to the variable.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What character makes an assignment statement an assignment statement? ...” 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