Why is VS Code Unable to process ./a.out in C language?

  • Thread starter Thread starter Vaishak Upadhyaya
  • Start date Start date
V

Vaishak Upadhyaya

Guest
I've been trying to learn C as a beginner from online tutorials. However when I tried to run a simple code "Hello World!" the compiler seems unable to process it. It keeps sending back an error like this : PS C:\Users\puran\OneDrive\Desktop\C Tutorials> ./a.out ./a.out : The term './a.out' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + ./a.out + ~~~~~~~ + CategoryInfo : ObjectNotFound: (./a.out:String) [], CommandN

Continue reading...
 
Back
Top