What is the ternary operator ❓

7 Views
Published
#C++ #ternary #operator

C++ ternary operator tutorial example explained

condition ? expression1 : expression2
Category
Bro Code
Tags
C++, ternary, operator
Be the first to comment