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