+ 7
Vs Code
How to run C programming in Vs Code?? [Can anyone help me]
1 Answer
+ 6
You will need to download and install any C compiler, and add the installation directory to path. And from the terminal in VS code you should be able to run and compile your program. There are many C/C++ compiler online which are free.
gcc compiler from mingw-w64 or Turbo c/c++ if I am not mistaken.
A simple search will help. Regards...