Search code examples
K&R Exercise 6-2 - Self referencing Structures...


cstructtreekernighan-and-ritchie

Read More
Compilers that required # on the first column?...


cc-preprocessorkernighan-and-ritchie

Read More
In a function call, what is the operator, and what are the operands?...


clanguage-lawyerkernighan-and-ritchiefunction-call-operator

Read More
function for reversing an array in C (K&R 2nd ed.)...


ckernighan-and-ritchie

Read More
Does getchar() function has it's own buffer to store remaining input?...


ckernighan-and-ritchie

Read More
Why does integer division truncation not occur here?...


ctruncationkernighan-and-ritchie

Read More
TDM-GCC - undefined reference to sbrk() in Kernighan & Ritchie's Storage Allocator implement...


csystem-callsallocatorkernighan-and-ritchiesbrk

Read More
Extracting unique elements in an array (from K and R C ex1-14)...


carraysalgorithmloopskernighan-and-ritchie

Read More
Subtlety in conversion of characters to integers...


ckernighan-and-ritchie

Read More
How to not invoke warning: type specifier missing?...


ccompiler-warningskernighan-and-ritchie

Read More
C Programming Exercise from the K&R Book...


ckernighan-and-ritchie

Read More
getchar() and conditioning a loop to break with a specific char...


cgetcharkernighan-and-ritchiefedora-25

Read More
How should I learn C?...


ckernighan-and-ritchie

Read More
Why is variable being mutated in C program?...


ckernighan-and-ritchie

Read More
Segmentation Fault when using FOR loop but not when using WHILE in an implementation of qsort on an ...


cfor-loopsegmentation-faultqsortkernighan-and-ritchie

Read More
Clarification in getop()...


ckernighan-and-ritchie

Read More
Add an integer to a char in C...


ckernighan-and-ritchieputchar

Read More
K&R Programming in C: EX 3.3...


cgcckernighan-and-ritchie

Read More
Simple C Program...


clexical-analysiskernighan-and-ritchie

Read More
K&R Error: conflicting method definition...


cstdiokernighan-and-ritchie

Read More
KR - visualize backspace...


ckernighan-and-ritchie

Read More
What's wrong with my solution to K&R exercise 1-22?...


ckernighan-and-ritchie

Read More
K & R : Need Explanation in understanding this C code...


bit-manipulationbitwise-operatorskernighan-and-ritchie

Read More
EOF exercise 1-6 K&R The C programming language...


ceofgetcharkernighan-and-ritchie

Read More
Program to remove trailing blanks not working! :(...


ckernighan-and-ritchie

Read More
unexpected behavior of a c program, trying to solve E6-2 from K&R...


ckernighan-and-ritchie

Read More
getchar() with EOF not behaving as expected...


ceofkernighan-and-ritchie

Read More
Confusing line in K&R 5.11 function pointers C...


cpointerscastingfunction-pointerskernighan-and-ritchie

Read More
Why does a variable of a function declared outside its function definition doesn't throw an erro...


csyntaxkernighan-and-ritchiefunction-definition

Read More
What are the applications of the ## preprocessor operator and gotchas to consider?...


cc-preprocessorkernighan-and-ritchiestringification

Read More
BackNext