Which of the following statement is false?
(i) Conditional operator also called Ternary operator
(ii) Conditional operator is an alternative for if-else-if ladder
(iii) Ternary operator takes four arguments
(iv) The symbols used in ternary operator is? :
only(i)
only(ii)
both (ii) and (iii)
both (ii) and (iv)