Search code examples
What's a good example of register variable usage in C?...

ccpu-registerskernighan-and-ritchiekr-c

Read More
Is this call by reference or by value in C?...

cpass-by-referencekernighan-and-ritchiecall-by-value

Read More
Why is a function declared near the top of a source file?...

ckernighan-and-ritchie

Read More
K&R section 5.11 qsort program generates a warning of pointer-mismatch. Can you explain why this...

cfunction-pointerskernighan-and-ritchie

Read More
Calculate range of variable types in C...

cvoid-pointerskernighan-and-ritchie

Read More
Difficulties with an example 1.9 of The C Programming Language...

ckernighan-and-ritchie

Read More
Questions regarding getchar and putchar in C (K&R)...

cgetcharkernighan-and-ritchieputchar

Read More
Role of return in C functions, does it return the value of the variable called?...

ckernighan-and-ritchie

Read More
K&R Storage Allocator clarification...

ckernighan-and-ritchie

Read More
Kernighan and Ritchie C exercise 1-18...

ckernighan-and-ritchie

Read More
understanding detab in K&R...

ctabsmodulokernighan-and-ritchieentab-detab

Read More
Return value from writing an unused parameter when falling off the end of a non-void function...

cgccx86return-valuekernighan-and-ritchie

Read More
K&R Exercise 1.21...

ckernighan-and-ritchie

Read More
How does (*++argv)[0] work in this code from K&R2?...

cpointersargvkernighan-and-ritchie

Read More
Is it erroneous to reuse #define for the same identifier in c?...

cmacroskernighan-and-ritchie

Read More
Folding input lines every nth column (K&R 1-22) in C...

carraystext-processingkernighan-and-ritchie

Read More
K&R Exercise 1-9: output the input, replacing multiple blanks by a single blank...

ckernighan-and-ritchie

Read More
What's the escape sequence for blanks in C?...

cescapingwhitespacespacekernighan-and-ritchie

Read More
Why single digit numbers are appended with "D" (in C output)?...

cterminaloutputeofkernighan-and-ritchie

Read More
K&R Exercise 1.16 - Limitation on line length...

ckernighan-and-ritchiec89

Read More
How were arrays initialized in K&R C?...

cinitializationkernighan-and-ritchie

Read More
Call by reference behavior when calling by value...

ckernighan-and-ritchie

Read More
initializing an array of 20 elements to update values later, but some elements of the array start as...

ckernighan-and-ritchie

Read More
Reference static global variable from a different file...

ckernighan-and-ritchie

Read More
Armstrong number program in C returns wrong value...

cfor-loopdigitspowkernighan-and-ritchie

Read More
Problem with K&R C book regarding how scanf deals with blanks and tabs in the format string?...

cscanfkernighan-and-ritchieansi-c

Read More
Understanding printf better - What does it print with "%c" when the value provided is nega...

cprintfkernighan-and-ritchie

Read More
Checking for different characters in C...

ccharc-stringskernighan-and-ritchie

Read More
Dynamically allocate an array of pointers (K&R Exercise 5-13)...

carrayspointersdynamic-memory-allocationkernighan-and-ritchie

Read More
Why does "The C Programming Language" book say I must cast malloc?...

ccastingmallockernighan-and-ritchie

Read More
BackNext