For(int I=1; I<5; I++){ for(int j=1;j<=I;j++){ cout<<"*"; } cout<<" "; }
"#" is called 'preprocessor' and 'include' is a keyword. "#include" is used to include header files like #include <conio.h> or #include <iostream.h> or #include "user_defined.h"