b) Write down the name of operator given &&
,?:, ++, !=
Answers
Answered by
0
Explanation:
&& "AND" logical operator
! NOT logical operator
Answered by
1
Answer:-
&& is a logical operator.
++ is increment operator.
?: is ternary operator.
!= is not equal to operator.
, is a separator.
Similar questions