+ 1
There is error in this code, check it out guys
It is not taking user input of char https://code.sololearn.com/cccjcGT028s0/?ref=app https://code.sololearn.com/cccjcGT028s0/?ref=app https://code.sololearn.com/cccjcGT028s0/?ref=app
2 ответов
+ 1
You have to leave a whitsespace like this
scanf(" %c",&z); I don't know the exact reason, but apparently it's a common problem when you've multiple inputs at the same time. I hope this already helps a bit :)
+ 1
Yeah it's working