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
4
- true
- true
- false
- false
- true
Answered by
2
trye
true
false
false
true
Similar questions