Computer Science, asked by sunilasingh802, 8 months ago

Q.1. Fill in the blanks :
1. The
arithmetic operators works upon single operand or variable.
2. The
arithmetic operators works upon two operands or variables.
3. The operators that performs comparisons are called
operators,
4. The symbols 11, && and I are known as
operators,
5. Applying plus (+) operator with strings is known as
6. The use of operator'-' after the operand Y is called
form and it means
7. The use of operator '++' before the operand X is called dash
form and it
means
8. The
operator is used to assign a value to a variable.
9. The numerical form of a character is known as
10. The
is a means to identify a data or variable.​

Answers

Answered by nradhikaradhika344
2

Answer:

please follow me I will say you

Answered by sneha413639
4

Answer:

  1. unary
  2. binary
  3. relational
  4. logical
  5. strong concatenation
  6. post fix , Y=Y-1
  7. prefix, X=X-1
  8. assignment operators
  9. ASCII

Similar questions