“No Output” in C code playground | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

13th Jan 2019, 2:12 AM
Jordan Monk
Jordan Monk - avatar
3 Answers
+ 3
Please refer to Ace's answer in this thread. https://www.sololearn.com/Discuss/1653480/?ref=app
13th Jan 2019, 2:17 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
Awesome. Thanks Hatsy Rei .
13th Jan 2019, 4:48 AM
Jordan Monk
Jordan Monk - avatar
+ 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.
13th Jan 2019, 4:56 AM
Jordan Monk
Jordan Monk - avatar