Search code examples
I need help understanding what Exercise 5-12 is asking for in the C Programming Language book...


ckernighan-and-ritchietabstop

Read More
Modify detab to accept list of tab stops...


ckernighan-and-ritchietabstop

Read More
Where does `getchar()` store the user input?...


cloopsiokernighan-and-ritchie

Read More
how does this code from "The C Programming Language" work?...


ceofkernighan-and-ritchie

Read More
What is the purpose of ungetc (or ungetch from K&R)?...


ckernighan-and-ritchiekr-c

Read More
Custom get line input function...


cbuffer-overflowkernighan-and-ritchie

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


ckernighan-and-ritchie

Read More
For casting an array of pointers (e.g *array[]), why use (void**) instead of (void*)...


ckernighan-and-ritchie

Read More
K&R Exercise 2-7, optimisations?...


cbit-manipulationkernighan-and-ritchie

Read More
K&R Chapter 5.4: Questions on passage regarding stacks...


ckernighan-and-ritchie

Read More
What are these last lines of code doing in Exercise 1-13 of K & R's The C Programming Langua...


carrayskernighan-and-ritchie

Read More
What is the pointer pointing to?...


cpointerskernighan-and-ritchie

Read More
Unexpected Output for K&R Exercise 1-18 (The C Programming Language)...


ckernighan-and-ritchie

Read More
Exercise 1-18 in K&R The C Programming Language...


ckernighan-and-ritchie

Read More
Can't print element of char array...


ccodeblockskernighan-and-ritchie

Read More
Why does it say "expression is not assignable"?...


ckernighan-and-ritchie

Read More
Bit invert function in K&R exercise 2-7...


cbit-manipulationkernighan-and-ritchie

Read More
K&R2, exercise 1-16; what is the assignment?...


ckernighan-and-ritchie

Read More
sorting program in K&R section 5.11...


csortinginputkernighan-and-ritchie

Read More
1.14 task in Kernighan, Ritchie "Programming with C" book...


ckernighan-and-ritchie

Read More
K&R answer 1-12 (using functions to reduce the number of lines of code)...


ckernighan-and-ritchie

Read More
c segfault straight from the textbook...


carrayscastingsegmentation-faultkernighan-and-ritchie

Read More
Inconsistency in C program...


ckernighan-and-ritchie

Read More
What is/are the EOF in ubuntu and also about Kernighan and Ritchie...


cubuntukernighan-and-ritchie

Read More
C K&R: printf pointer = nil?...


ckernighan-and-ritchie

Read More
K&R C handling the octals...


coctalkernighan-and-ritchie

Read More
K&R 2nd Edition, Example 1.9 Character Arrays...


carrayskernighan-and-ritchie

Read More
Infinite loop when getting a line with getchar()...


ckernighan-and-ritchie

Read More
Writing in the location outside of array...


carraysnullkernighan-and-ritchie

Read More
C Array Count (Beginner)...


carrayskernighan-and-ritchie

Read More
BackNext