Conditional Operators [ ?: ] in C
- They are also called as Ternary Operator .
- They also called as ?: operator
- Ternary Operators takes on 3 Arguments
expression 1 ? expression 2 : expression 3
Meaning of Syntax :- expression1 is nothing but Boolean Condition i.e it results into either TRUE or FALSE
- If result of expression1 is TRUE then expression2 is Executed
- Expression1 is said to be TRUE if its result is NON-ZERO
- If result of expression1 is FALSE then expression3 is Executed
- Expression1 is said to be FALSE if its result is ZERO


0 comments
Post a Comment
Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email