Computer Science, asked by mp857846, 7 months ago

b) Write down the name of operator given &&
,?:, ++, !=​

Answers

Answered by manya8853
0

Explanation:

&& "AND" logical operator

! NOT logical operator

Answered by anindyaadhikari13
1

Answer:-

&& is a logical operator.

++ is increment operator.

?: is ternary operator.

!= is not equal to operator.

, is a separator.

Similar questions