0
I am just confused to do this
Plzzz help me out guys
6 Réponses
+ 2
What is ur confusion
Show ur code in which u r confused
0
Does this help??
https://www.sololearn.com/learn/CPlusPlus/1613/
if(statement)
{
//some code
}else
{
//other code
}
is just the same as:
if(statement)
{
//some code
}
if(!statement)
{
//other code
}
The first one just looks nicer....
0
C++
0
Ok bro
0
Yes of course first one is nice one and second one is worse one
Now what is ur confusion
0
Yaa