Computer Science, asked by rakeshchaddha1978, 1 month ago

pressions are known as
8.
State True or False
2
The operator is a symbol to manipulate data.
2
The unary operator can use multiple operators.
3.
The process A+B+C is a binary arithmetic operation.
The operators &&, 11 and ! are known as logical operators.
The relational operators performs only comparisons.
6.
The new operator allocates the dynamic memory.
7. The process ++a' does not perform ‘change then use rule'.
The operator '=' is known as comparison operator.
9.
The process H*=7 and H=H*7 are same operations.
10. The operator '= =' is used for comparison.
11. The results of 6+7 and "6"+"7" are same.
12. All the arithmetic operators have the same precedence in Java.
13. The declaration and assignment c = 7 and c = = 7 are same.
14. The symbols '?' and ':' are known as ternary operators.
15. The expression int y = v>3 ? ++V : --v; is a conditional expressio
ne Ouestions​

Answers

Answered by haroon94
0

1true2true3false Kelson's

Similar questions