+ 1
When ever i try to run my code in terminal in VS code i get this error
PS D:\E\C tutorial\Chap 5> cd "d:\E\C tutorial\Chap 5\" ; if ($?) { gcc new.c -o new } ; if ($?) { .\new } Program 'new.exe' failed to run: Access is deniedAt line:1 char:73 + ... tutorial\Chap 5\" ; if ($?) { gcc new.c -o new } ; if ($?) { .\new } + ~~~~~. At line:1 char:73 + ... tutorial\Chap 5\" ; if ($?) { gcc new.c -o new } ; if ($?) { .\new } + ~~~~~ + CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException + FullyQualifiedErrorId : NativeCommandFailed
2 Respuestas
- 1
Yes