Answers for "what is the symbol of ternary operator in c"

C
1

C Ternary Operator

Condition ?  expression-if-true ;  expression-if-false
  
//Here, '?' and ':' are Ternary Operators
Posted by: Guest on August-21-2021

Code answers related to "C"

Browse Popular Code Answers by Language