"?" operator | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

"?" operator

I thing that a section about operator "?" can be added to "if-else" in c++ totorial, can't it?

6th Jan 2017, 1:06 AM
Антон Обожин
Антон Обожин - avatar
1 Answer
+ 18
Its in ternary operator x>y?x:y
6th Jan 2017, 5:13 AM
Frost
Frost - avatar