C++ Short Hand If Else (Ternary Operator)
In this article I am going to talk about C++ Short Hand If Else (Ternary Operator) , also we can call it a ternary operator because it consists of three operands. and it can be used to replace multiple lines …