Write a program that converts all the text you type on standard input into uppercase and eliminates all the digits from the input.
Use C programming language . like this use : #include
char toupper( char ) returns the uppercase version of char
int isalpha( char ) returns 0 if the char is not alphabetic