#cpp
Read more stories on Hashnode
Articles with this tag
How to write a Nested Tenary Operation ยท Nesting a Tenary Operation is like having multiple if/else statements. I talked about a Tenary Operator in one...
A Tenary Operator is an operator that provides a way to shorten a simple if else block in just one statement. Consider this JS code var x = 0; if (x...