what is the pseudo code for conditional operaror??
Hi Dipanshi
The pseudo code for conditional operator is the same as that of the normal if else just with a single condition. Conditional or turnery operator is the short form of if else which works for a single condition and the algorithm and pseudo code and even flow chart of both of them are same.