You will first download c compiler an d then you set up in your computer.You will run codeblock.
Then you click >> File >> New >> Empty file (shortcut key ctrl +shift + n press). you can see a window then you write this code .).
/* Hello World program */
#include
main()
{
printf("Hello World");
}
save this file >> save all file (shortcut key ctrl + shift + s) .Now You will compile and run those file.First you go codeblock build menu and click compile, then click run .If you no error you must be see same to this.

No comments:
Post a Comment
please comment me and share any problem..