C++ Program to print any Matter' Get link Facebook X Pinterest Email Other Apps - September 14, 2018 #include<iostream.h> #include<conio.h> void main() { clrscr(); cout<<"Hello Future Programmers.."; getch(); } In c++, "cout" is used to display output.. Read more