operator identification – Computer Sir Ki Class

Login


Lost your password?

Don't have an account ?
Register (It's FREE) ×
  

Login
[lwa]



Exam Questions-ICSE2017-01B #JAVA#4100    siteicon   siteicon  

Problem Statement - operator identification

Name the operators listed below
(i) <     ( ii) ++      (iii) &&     (iv) ?:

Solution

TC++ #4100

i) < – Less than (comparison operator)

ii) ++ – Increment (unary operator)

iii) && And (Logical/Relational Operator)

iv) ?:  Condition Check (Ternary operator)


Share

sunmitra| Created: 28-Mar-2018 | Updated: 15-Apr-2019|ICSE2017






Back