Problem to execute c program
Rishav Das
1
Reputation point
I recently installed vs code. I can easily execute python commands and sql queries in it. But when I try to execute even a simple c program like printing "Hello World", it shows me this following error-
"cd "C:\Users\WIN10~1\AppData\Local\Temp\" ; if ($?) { gcc tempCodeRunnerFile.c -o tempCodeRunnerFile } ; if ($?) { .\tempCodeRunnerFile }
set location: an object at the specified path does not exist."
What should I do?
Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Sign in to answer