Conditional Operator

In this lesson, you will get acquainted with the conditional operator in C++.

Introduction

Let’s have a look at another form of the if-else statement.