|
| Total Answers and Comments: 6 |
Last Update: September 27, 2007 Asked by: sathya |
|
| | |
|
Submitted by: Vaibhav ?: is a ternary operator and it act as a if else statement for example
a = ( 5>10 ? return 1 : return 0 )
if 5 > 10 then return 1 else return 0.
Vaibz
Above answer was rated as good by the following members: achintya, rajani_vaddepalli15 | |
July 17, 2006 07:54:15 | #2 |
| s.arun |
|
|
RE: is it ternary operator in c++?
| Yes,the c++ has the ternary operators. if it is wrong please reply me. |  | | Is this answer useful? Yes | No | | |
|
| |
Go To Top
|