Check The Programming Section
Here are the list of C Compilers or IDE that we can work with:
Installing GCC Compiler in Windows Operating System
Download GCC Compiler. To download it click here
2. Click Download and once it is downloaded installed it
3. After installing Check it installed it correctly or not. To do that follow the following steps:
Open Command Prompt in Windows
Type CMD in search bar -> Click run as administrator
Type GCC --version in command prompt
4. GCC Compiler is installed
5. Download and install Notepad++, click here
6. Open Notepad++ and type the follwing code
#include<stdio.h>
int main(){
printf("Learn Programming");
return 0;
}
7. Save the file in a specific location as .c source file
8. Open the command prompt and copy and paste the folder path
9. Type the following command to Compile the .c source file
10. To see the output type the .exe file name and press enter
Using Online available Compilers
Online GDB Compiler, select the C Language