Computer Science, asked by sufusufu005, 23 days ago

True or False

1) The * operator will be executed before - operator.

2) In a = -b, - is a unary operator.

3) IF is a keyword.

4) { } form a compound statement.

5) if can be written without else.

6) if block is executed when the condition true.

7) Absolute value can be a negative value.

8) Increment operator increases a variable's value by more than 1.

9) Decrement operator decreases a variable's value by 1.

10) Prefix increment is also known as pre-increment.

11) In --p, -- is pre-decrement operator.

12) All arithmetic operators are binary.

13) There is more than one ternary operator.

14) To accept or print a char value, the format specifier used is %d.

15) The name of & symbol is ampersand.

16) & is "address of" operator.

17) () have the highest priority in expression solving.

18) ++variable uses postfix notation.

19) \\ is the sign for single line comment.

20) In a = b, a and b are operands.

Answers

Answered by nidhi6572
2

Answer:

true

true

false

false

true

true

true

true

false

true

false

false

true

false

true

false

false

true

Explanation:

please Mark as brainliest

Similar questions