Computer Science, asked by rishikaar19, 4 months ago

STATE TRUE OR FALSE
1. Manipulators are used with && operator.
2. operator gives you the remainder when one divides another.
3. Arithmetic Assignment operator combines arithmetic and relational
operator
4. The expression a++ is same as a += 1.
5. The logical operator 'and' (&&) returns true if any one of the
expressions evaluates to true.​

Answers

Answered by dhurbaCharansahoo
4
  1. true
  2. true
  3. false
  4. false
  5. true

Answered by omdeshmukh9495
2

trye

true

false

false

true

Similar questions