Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kernighan-and-ritchie

Is there an error in the example code in chapter 1.9 in the classic book "The C Programming Language"?

Clarification in getop()

c kernighan-and-ritchie

K and R exercise 1-24

recursive printf of binary tree elements

K & R malloc code doesn't make sense?

Does this small C program satisfy the K&R exercise?

c kernighan-and-ritchie

When left shift isn't the same as multiply by 2

getop() function K&R book p 78

c kernighan-and-ritchie

Clarification in Section 5.10 of K&R 2

c kernighan-and-ritchie

Confusing line in K&R 5.11 function pointers C

Unsure about correctness of a sentence from K&R - pointer arithmetic | Freeing procedure

Difference between struct S { int align; }; (name after struct keyword) and struct { int align; } S; (name after the struct definition)

K&R: array of character pointers

How should I learn C? [closed]

c kernighan-and-ritchie

Computing floating point accuracy (K&R 2-1)

Type conversion: signed int to unsigned long in C

Binary tree implementation in C question as found in K&R

K&R 2nd Edition, Example 1.9 Character Arrays

Pointer type mismatch warning in example from K&R C [duplicate]

c kernighan-and-ritchie

How to not invoke warning: type specifier missing?