- 2
I can't run any c code even i downloaded the c compilers and add it to the variable path environment but nothing works
I don't know what to do to run c code successfully
3 odpowiedzi
+ 1
Lamyae EL Idrissi Do you understand that C code cannot run in its source code format? It is not an interpreted language like Python. You must actively command the C compiler to process the source code into an executable program, and then you may run the program that the compiler generates.
0
What are you coding on? What did you download? What's the code you tried to run? We are not mind readers
0
i know but even after i still have issues with executing the code