+ 1
âNo Outputâ in C code playground
I just started going through the C tutorial in SoloLearn. When I use some of the code examples in âTry it Yourselfâ running the compiler results in a âNo Outputâ message. However, when I try to run it again (without changing anything) it works fine. Anyone know why? I searched the forum and couldnât find any similar situations.
3 Answers
+ 3
Please refer to Ace's answer in this thread.
https://www.sololearn.com/Discuss/1653480/?ref=app
+ 1
Awesome. Thanks Hatsy Rei .
+ 1
I also noticed that if I submit user input and get âNo Outputâ that same user input is still in memory the next time I run the code. It was confusing when the code asked for multiple user inputs in order to perform a calculation and included the input from a previous attempt to run the code.