+ 1
Please someone tell me why my code is not working!
I am trying to reverse a Linked list in c program but my code is not working please help me to fix it! Here's my code , MY CODE IS ONLY RUNNING IN MY LAPTOP ITS NOT WORKING IN SOLOLEARN I MY MOBILE:-- https://sololearn.com/compiler-playground/clDDBj66P0yX/?ref=app
9 Antworten
+ 1
I see. Sorry for misleading the question. So there's some logic bug in the code.
+ 4
your code is asking for inputs inside a for-loop. You can't do that here in Sololearn, where all inputs have to be provided before the program runs.
+ 3
Vaibhav Pandey
some linked list operations in C
https://sololearn.com/compiler-playground/c3z271V21MkA/?ref=app
0
Sorry for asking back. Do you use another compiler in your pc? (Like turboC)
0
Celvien Kurniawan No I use migw compiler and vs code for programming
0
Well, this problem is probably caused by different compiler, i think. Idk the compiler used by Sololearn, but as long as i know. Every compiler that used by different app has some different format/setting although in some cases it's minor difference.
0
Bonjour comment allez vous
Je voulais faire un projet en language C d'une tablette des enfants du primaire
0
Bob_Li Celvien Kurniawan I know the code does not run in SOLOLEARN but it does run in vs code by using mingw compiler but still it's not working as expected that's why I asked for help
0
Celvien Kurniawan Thanks bro for understanding and I found the problem, thankyou for the help btw.