Tagged Questions
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
3answers
268 views
K & R exercises? [closed]
I have spent most of time higher-level languages such as Java and Python (although I have worked with C in the past). Seeing that my C skills were quite rusty are picked up K&R and started working ...
-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 ...