Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

1. Assignment Operator that is use to increment the value of the leftoperand by 1.

ANS: ++
2. In which type/group of operator does the the ** belong. ANS: Arithmethic
3. This group of operators are also known as Relational Operators. Comparison
4. What is the the symbol or the operator for Modulus.
5 and 6 = != and <>
7. This logical operator return True if either of the conditions are true, but not
both. XOR
8. This logical operator return True if both conditions are true
9. This operator is use to concatenate the string values of the variables
10. This operator is use to append the string values of the variables
11. This operator Returns true if the two variables have the same key/value pairs
ANS: ==
12. What is the operator use to perform multipplication
13. This operator is use to Returns true if the value of the left operand is
greater than or equal to the qight operand
14. F= HELLO
15. B= 0 (zero)
16. C= 35
17. D = FALSE
18. E= FALSE m l
19. G=WORLDHELLO
20 H=FALSE

You might also like