Changed some grammar issues for better readability (#27480)
This commit is contained in:
committed by
The Coding Aviator
parent
13709bf178
commit
9289b038b5
@ -233,6 +233,7 @@ int main() {
|
||||
```
|
||||
|
||||
What will be the Output? "NO! I am boss"? if you are guessing this output then you are wrong.
|
||||
|
||||
Why did this happen? because in the if statement you used "=" instead of "==" operator.
|
||||
"==" is comparator .
|
||||
|
||||
|
Reference in New Issue
Block a user