Home > Software design >  I'm not able to detect the problem while compiling
I'm not able to detect the problem while compiling

Time:05-15

I'm writing first program in C Language but I'm unable to compile it. Please help me!

CodePudding user response:

You need to save the file. Press CTRL S. You can also see you haven't saved it at the blue "1" on the left side of your VS Code sidebar. If you don't save it, you're just trying to compile an empty file.

  •  Tags:  
  • c
  • Related