+ 2
I do not sleep() in c programming
It do not working in this app.
2 Antworten
+ 4
Satveek Prakash understand that Sololearn runs its console-based programs, such as C, as a batch job. All input must be given up front, and no output is presented to you until the job has run to completion. Output gets redirected to a file, and gets printed as the whole result at the end. You'll not observe any delays that occur during run time.
0
Ok