0
What does the question mark mean in C++
10/15/2019 2:47:28 PM
2 Answers
+3
It is the ternary operator. For more about this, you can read at the following: http://www.cplusplus.com/articles/1AUq5Di1/
+1
(bool)? value: value; https://code.sololearn.com/c2ugHxQEgYjV/?ref=app
Send us a message