Do ‘Control+B’ to build, after selecting C or Cpp file.
Note: If you are getting the following error while doing build, rename ‘mingw32-make.exe’ in bin folder to ‘make.exe’.
“Error: Program “make” not found in PATH”
After build, right click -> Run As -> Local C/C++ Application.
‘Hello World!!!’ will get displayed in the console.
Now you are ready to roll !!!