You are on page 1of 1

Entry point to our main program

Int – Integer.
Whatever is typed here will be C++ is case sensitive.
executed when the operating
system executes the “main” It’s a bucket/container
function. for features that are
currently available to us.

Std – Standard Library


“Input output stream.” Cout – Character Out.
One of the files in the standard
library for printing something
on the screen.

We can output one or


more characters on the
screen with this object

“Return 0;” – It tells the


operating system that our
program is going to
terminate correctly. Any
other values means the
program encounter an error.

You might also like