GNU Compiler Collection
Posts  1 - 1  of  1
jkxp1204
Write a C program that performs the following actions:
1. Ask the user to type in a line of text
2. Read the line of text into a string
3. Print out the string omitting any characters that are digits. [10]



Type in a line of text: Hello, I live at 159 Glenvar Road, Auckland 0630
Hello, I live at Glenvar Road, Auckland
Save
Cancel
Reply
 
x
OK