In this article, I will show you how to build and run C program in the Code block editor.
Before going to learn, we need to install the Code block IDE. To learn installation steps, click on this link : How to install code blocks software?
1. Open Code Block IDE
2. Create a new empty file.
3. Save the file in your folder as “hello” and select save type as “C/C++ files” an extension. This will create “hello.c” file.
5. To build and run the above code press F9 function key. It is the process to convert source code into an executable file.
6. F2 function key is used to show/ hide the error messages list.
So in this way, we use the Code block IDE. If it helps you then please share it with others.
Keep coding...
Thanks for visiting….
😊
0 Comments
If you have any doubts, please mention in comment or if you want to discuss privately then please use this email : codetrycatch@gmail.com.
We will definitely try to contact you. Thanks.