InterviewSolution
Saved Bookmarks
| 1. |
What Is A Ternary Operator? |
|
Answer» Ternary operator is said to be an operator which takes THREE ARGUMENTS. Arguments and results are of different data TYPES , and it is DEPENDS on the function. Ternary operator is also called asconditional operator. Ternary operator is said to be an operator which takes three arguments. Arguments and results are of different data types , and it is depends on the function. Ternary operator is also called asconditional operator. |
|