counter

Free Hit Counter

Simple C program to print alphabets,numbers and special characters



Q: C program to print alphabets,numbers and special characters on the output screen


#include
#include
void main()
{
clrscr();
printf("");
getche();
}

No comments:

Post a Comment