List Question
20 TechQA 2024-01-02T02:57:08.563000Why does this C word histogram program print an overflow of 0?
106 views
Asked by Sean
KandR2 Entab program clarification
40 views
Asked by Determinante
K&R C Programming Language - Reverse Polish Calculator
150 views
Asked by Larry Ling
K&R exercise 1-21
232 views
Asked by hansoko
Replacing spaces for TAB with (or without) arrays
179 views
Asked by drain_
Why do I need to explicitly putchar (' ') in this code?
92 views
Asked by harlandski
Are typedef declarations for bare function types (ie: not function pointers) legal in C89/C90?
161 views
Asked by Lover of Structure
Is it really legal for K&R to write "PFI strcmp, numcmp;" where PFI is typedef'd as "int (*)(char *, char *)"?
199 views
Asked by Lover of Structure
The validity of casting in the 'function pointer' version of K&R's qsort
204 views
Asked by Lover of Structure
RPN in "The C Programming Language" book 2nd edition section 4.3, numbers not being pushed to stack
145 views
Asked by theperson
Why did K&R2 not initialize pointers to NULL?
117 views
Asked by iloveclang
Why doesn't this while loop go on forever? Beginner C question
96 views
Asked by Fidgety Meditation
Why does this code work but the other version does not?
73 views
Asked by Sean
Writing multiple lines of text to an array in C
707 views
Asked by Cetaphil
Have the code examples from K&R ever been conforming?
615 views
Asked by Lundin
K&R Quicksort issue
113 views
Asked by lukascobbler
Can the function getline() from stdio.h coexist with the one in K&R88?
127 views
Asked by Éric Viala
Having trouble understanding free() from K&R
148 views
Asked by qwerty_url
Calculate range of variable types in C
137 views
Asked by AudioBubble