Program that converts all the text


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

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Program that converts all the text
Reference No:- TGS093325

Expected delivery within 24 Hours