InterviewSolution
Saved Bookmarks
| 1. |
एक्सप्लेन द वर्किंग ऑफ टरनरी ऑपरेटर इन सी |
|
Answer» tion:TERNARY Operator in C. The ternary operator is used to execute code based on the RESULT of a binary condition. It takes in a binary condition as input, which makes it similar to an 'if-else' control flow block. It also, HOWEVER, returns a value, behaving similar to a function.hope it's helpful |
|