Search code examples
K&R 1.19 exercise ("reverse" func)...

carraysstringfunctionkernighan-and-ritchie

Read More
Can`t comprehend the bitwise operations...

ckernighan-and-ritchie

Read More
Can someone explains why this works to count set bits in an unsigned integer?...

cbit-manipulationkernighan-and-ritchie

Read More
K&R: array of character pointers...

carrayspointerskernighan-and-ritchie

Read More
Having trouble understanding the last two while loops in the getop function...

ckernighan-and-ritchie

Read More
The program compiles, but when provided with an input, does nothing...

cgetcharkernighan-and-ritchie

Read More
Why do I get a "conflicting types for getline" error when compiling the longest line examp...

clinuxkernighan-and-ritchie

Read More
Please Explain this Example C Code...

cbuffergetcharkernighan-and-ritchie

Read More
Conversion of hexadecimal string constant to decimal value using C...

ckernighan-and-ritchie

Read More
K&R Explanation of echo program is confusing, when debugging it using gdb. What's wrong?...

clinuxbashgdbkernighan-and-ritchie

Read More
Reverse function is not working as expected...

ckernighan-and-ritchie

Read More
variadic functions with `fcn( char *, ...)` how does it know when to end?...

cprintfvariadic-functionskernighan-and-ritchie

Read More
Why don't Kernighan and Ritchie include int for the main functions?...

ckernighan-and-ritchie

Read More
argv pointer to an array of pointers...

carrayspointersargvkernighan-and-ritchie

Read More
"string of digits into its numeric equivalent" example not working properly as per K&R...

cgccraspberry-pikernighan-and-ritchie

Read More
How exactly is this function an example of a char to int conversion?...

ctype-conversionkernighan-and-ritchie

Read More
Sending a row of 2d array as arguement...

c++cfunctionargumentskernighan-and-ritchie

Read More
Difference between struct S { int align; }; (name after struct keyword) and struct { int align; } S;...

c++cstructkernighan-and-ritchie

Read More
Not being able to get backspace character (\b) in the output on ubuntu (K&R example)...

cubuntukernighan-and-ritchie

Read More
The longest string...

carraysstringkernighan-and-ritchie

Read More
How does c compiler interpret declaring function and variable in the same statement?...

cpointerskernighan-and-ritchie

Read More
What does it mean to have a program with too many data connections between functions?...

cfunctionvariableskernighan-and-ritchie

Read More
getop() function K&R book p 78...

ckernighan-and-ritchie

Read More
What causes these default array values?...

carraysintkernighan-and-ritchie

Read More
Clarification (not solution) regarding K&R exercises...

ckernighan-and-ritchie

Read More
Confusion with implementation of malloc from K&R...

cmallockernighan-and-ritchie

Read More
C programming - K&R example 1.5.2 - modified program not functioning as intended...

cincrementgetcharkernighan-and-ritchie

Read More
"the C programming language" book exercise 1.2 possible wrong result...

ckernighan-and-ritchie

Read More
Program segfaulting based only on printf statements...

cgccsegmentation-faultprintfkernighan-and-ritchie

Read More
K&R, find longest line, same code but not working?...

ckernighan-and-ritchie

Read More
BackNext