Tagged Questions

7
votes
9answers
1k views

K & R Exercise: My Code Works, But Feels Stinky; Advice for Cleanup?

I'm working on the K&R book. I've read farther ahead than I've done exercises, mostly for lack of time. I'm catching up, and have done almost all the exercises from chapter 1, which is the ...
3
votes
2answers
108 views

K&R - Numerical sort of alpha characters?

What does it mean to numerically sort alpha characters in opposite of lexicographic, like in K&R 5-14 with option -n Regards
2
votes
3answers
537 views

K&R Exercise 2-4

I'm learning how to write programs in C using the k&r book (The C Programming Language) and I have a problem with one of the exercises. It's asking me to detect and remove a character in string ...
0
votes
2answers
57 views

K&R Task Exercise 5.17

Can someone explain what specifically needs to be done in exercise 5.17, what does it mean to sort within line, its field?
-3
votes
1answer
179 views

K&R Exercise 5.17 Help with Understanding (Beginner) [closed]

Greetings, I'm struggling with the task 5.17 particularly with the way it solves task challenge. I have solution from Tondo's 'The C Answer Book' and I'm trying to figure how to sort fields within ...