HELP!! Two questions from <<the c programming language>>
- From: Tak <kakataka@xxxxxxxxx>
- Date: 31 May 2007 01:41:37 -0700
Exercise 1-9. Write a program to copy its input to its output,
replacing each string of one or
more blanks by a single blank.
Exercise 1-10. Write a program to copy its input to its output,
replacing each tab by \t, each
backspace by \b, and each backslash by \\. This makes tabs and
backspaces visible in an
unambiguous way.
Who could sent me the codes, Thanks very much! My email:
kakataka@xxxxxxxxx
.
- Follow-Ups:
- Re: HELP!! Two questions from <<the c programming language>>
- From: Chris Dollin
- Re: HELP!! Two questions from <<the c programming language>>
- From: Ian Collins
- Re: HELP!! Two questions from <<the c programming language>>
- Prev by Date: Re: I've read K&R, what now?
- Next by Date: Re: HELP!! Two questions from <<the c programming language>>
- Previous by thread: I've read K&R, what now?
- Next by thread: Re: HELP!! Two questions from <<the c programming language>>
- Index(es):
Relevant Pages
|