Home Programming Ternary Operator Ternary Operator Author - Read File January 02, 20200 minute read 0 Ternary Operator is the kind of operator in which 3 parts 1.)Condition 2.) What do if Condition true 3.) What do if Condition false SYNTAX: (Condition)? (What do if Condition true) : (What do if condition false); Coding:- Expected Output:- 20 Same Description:- Practical Video Tags C-LangaugeclangcodingProgramming Facebook Twitter Whatsapp NewerUnary Operator Older Assignment Operator
We you have any doubt let me know :)