Vs Code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Vs Code

How to run C programming in Vs Code?? [Can anyone help me]

6th Jan 2019, 4:00 PM
Asmit joy
Asmit joy - avatar
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...
6th Jan 2019, 4:38 PM
africana
africana - avatar