Weblog From a Girl for All People and Telling About All Infomation
This program will accept a character from the keyboard and display it along with hello.#include<iostream.h>#include<conio.h>main(){clrscr();char z;cout << "enter any character";cin >> z;cout << "hello :";cout << z <<endl;getch();}
No comments:
Post a Comment