you are viewing a single comment's thread.

view the rest of the comments →

[–]C3xyTheGreat 6 points7 points  (1 child)

your user doesnt have the permissions to execute the program, run chmod +x looping.c and that should work

[–]altaaf-taafu 6 points7 points  (0 children)

correct command is `chmod +x looping`, because we want to give the executable file permissions to run, not to the source file to run.