Ask Question
26 October, 07:11

What character makes an assignment statement an assignment statement?

+3
Answers (1)
  1. 26 October, 08:42
    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?
Get an answer to your question ✅ “What character makes an assignment statement an assignment statement? ...” 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