Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kernighan-and-ritchie

bit count function in K&R [closed]

Ansi C - programming language book of K&R - header file inclusion

c kernighan-and-ritchie

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

Putchar and Getchar in C

Where does `getchar()` store the user input?

Confusion with implementation of malloc from K&R [duplicate]

K & R Exercise: My Code Works, But Feels Stinky; Advice for Cleanup?

c kernighan-and-ritchie

argv pointer to an array of pointers

How exactly are data types represented in a computer?

What is the purpose of ungetc (or ungetch from K&R)?

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

(K&R) At least the first 31 characters of an internal name are significant?

K&R Exercise 1.16 - Limitation on line length

c kernighan-and-ritchie c89

What does char * argv[] means?

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

c kernighan-and-ritchie

Signal EOF in mac osx terminal

c kernighan-and-ritchie

What's a good example of register variable usage in C?

Why do I get a "conflicting types for getline" error when compiling the longest line example in chapter 1 of K&R2?

How to simulate an EOF?

'\0' evaluates false, "\0" evaluates true