Back To C++ Basic Index
// program to display abcdefxyz on the output screen #include
#include
void main() { clrscr(); cout<<"abcdefxyz"; getch(); }