0
If ( 1&&0 %10>=0) print f ('two') else print f ('two') else print f ("three " )
What will be the output
5 Antworten
0
Explain it.
+ 8
Subhasmita Dash ,
did you make a try by yourself? it does not really help you to understand it by just posting and asking.
> *run* this code in playground to get the answer.
> ***work*** with this code, modify the values in the *if - branch* to see what the result of this modification is.
> use google to more information about e.g. what *1&&0 %10* means, how it will be evaluated (operator precedence), ...
> if you still get stuck, start learning from the *c* tutorial.
> then try it again.
0
What will be displayed when the following c code segment completes execution?
If (1&&0 %10) print f ("one")
elseif (1&&0 %10>=0) print f ("two")
else print f ("three")
0
Did uh can answer this question?
0
I didn't understand it 🤐