+ 1
c++ is not OS, it's a middle level programming language - OOP language.
clrscr and getch functions predefined in conio.h, required for console input-output.
c++ built in lib kept in standard namespace like std, if we don't use it requires std:: prefix every time.