Program in c is not working

Problem description:

i have suffered a problem while running code in c language…
Expected behavior:
please fix this problem…

Actual behavior:
BTW your website is nice , I like it…

Steps to reproduce:

Bug appears at this link:

Browser/OS/Device:

Hey @geekytech250, welcome to the forums!

First of all thanks for doing a bug report, but what you’re saying, it might be a c code mistake. If you could provide a link to the repl, we could help you!

since you’re on the C++ template, it will compile only cpp and h files, not c. If you want to run Link List.c but also have the ‘run’ button use the C++ code, run in shell:

clang "C Lang/Link List.c" -Wmost -o linklist
./linklist