Name the temary operator in c++
Answers
Answered by
1
Explanation:
In C++, the ternary operator (also known as the conditional operator) can be used to replace if...else in certain scenarios.
Similar questions