Posts

Showing posts from September, 2018

C++ Program to print any Matter'

#include<iostream.h> #include<conio.h> void main() { clrscr(); cout<<"Hello Future Programmers.."; getch(); } In c++, "cout" is used to display output..