Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
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"?
Mar 21, 2023
c
overflow
kernighan-and-ritchie
Clarification in getop()
Feb 11, 2023
c
kernighan-and-ritchie
K and R exercise 1-24
Jan 17, 2023
c
escaping
kernighan-and-ritchie
kr-c
recursive printf of binary tree elements
Dec 29, 2022
c
binary-tree
kernighan-and-ritchie
K & R malloc code doesn't make sense?
Dec 14, 2022
c
malloc
kernighan-and-ritchie
Does this small C program satisfy the K&R exercise?
Oct 16, 2022
c
kernighan-and-ritchie
When left shift isn't the same as multiply by 2
Sep 27, 2022
c
bit-manipulation
kernighan-and-ritchie
getop() function K&R book p 78
Aug 26, 2022
c
kernighan-and-ritchie
Clarification in Section 5.10 of K&R 2
Nov 11, 2022
c
kernighan-and-ritchie
Confusing line in K&R 5.11 function pointers C
Oct 24, 2022
c
pointers
casting
function-pointers
kernighan-and-ritchie
Unsure about correctness of a sentence from K&R - pointer arithmetic | Freeing procedure
Oct 15, 2022
c
pointers
kernighan-and-ritchie
Difference between struct S { int align; }; (name after struct keyword) and struct { int align; } S; (name after the struct definition)
Sep 15, 2022
c++
c
struct
kernighan-and-ritchie
K&R: array of character pointers
Dec 22, 2018
c
arrays
pointers
kernighan-and-ritchie
How should I learn C? [closed]
Sep 21, 2022
c
kernighan-and-ritchie
Computing floating point accuracy (K&R 2-1)
Nov 14, 2022
c
floating-point
floating-accuracy
kernighan-and-ritchie
Type conversion: signed int to unsigned long in C
Jun 11, 2022
c
type-conversion
kernighan-and-ritchie
Binary tree implementation in C question as found in K&R
Sep 05, 2022
c
tree
binary-search-tree
kernighan-and-ritchie
K&R 2nd Edition, Example 1.9 Character Arrays
Aug 02, 2020
c
arrays
kernighan-and-ritchie
Pointer type mismatch warning in example from K&R C [duplicate]
Mar 04, 2022
c
kernighan-and-ritchie
How to not invoke warning: type specifier missing?
Dec 22, 2019
c
compiler-warnings
kernighan-and-ritchie
Older Entries »