Programming Tutorials

Comment on Tutorial - The if Statement in C++ By Priya



Comment Added by : Anubhav

Comment Added at : 2010-11-14 08:15:04

Comment on Tutorial : The if Statement in C++ By Priya
Can we use the if sttmt l;ike this::
if (a==b==c==d==e)
i.e., multiple equality operators together??


View Tutorial