Ask Question

What character makes an assignment statement an assignment statement?

+1
Answers (1)
  1. 28 September, 10:14
    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 & 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