Advertisements
Advertisements
प्रश्न
What is the difference between the assignment operator and the equality operator?
टीपा लिहा
उत्तर
Assignment Operator:
The assignment operator is used to assign the values to the variable.
Equality Operator:
The equality operator is used to compare the values of both the variables and the result is true or false.
shaalaa.com
Abstraction
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
If i = 5 before the assignment i := i - 1 after the assignment, the value of i is ______
If 0 < i before the assignment i := i - 1 after the assignment, we can conclude that ______
Initially, farmer, goat, grass, wolf = L, L, L, L, and the farmer crosses the river with a goat. Model the action with an assignment statement.
What is abstraction?
What is the form and meaning of the assignment statement?