For some reason, when I try compiling a program, the compiler says permission denied and Id returned 1 exit status. Could anyone tell me what that means? Thank you
Just try " gcc filename.c -lm" while compiling the program ...it worked for me