I have a book that teaches C++ programming. In the book, it says "Conditional expressions can appear in some program locations where if…else statements cannot" The book doesn't specify where. I was curious if someone can show me an example where you explicitly MUST use conditional statement and not if...else statement.
Thanks,