#include
this is the the prewritten code which we are going to use for our programming
int main()
int main() is entry point in the code.
Expression statement
Expression statment is used when we express something in the code
Declaration statement
Declaration statement are used to declare something in a code. such as any variable.
Return 0;
Return 0 indicated the programme executed successfully.