I want to compile and run my c program in sublime text 3. what to do now?
Compiling my C program
Sublime Text is a text editor. The job of compiling & running any program is up to you. That’s not Sublime’s job. Either use a build system or use an external terminal like cmd/powershell/bash
or use a terminal emulator like Terminus.
If you are using a build system, there should be one for C that is shipped by default so you can use that if you want.
0 Likes