Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Pages: 107. Chapters: C, Dennis Ritchie, Brian Kernighan, International Obfuscated C Code Contest, ANSI C, Header file, C standard library, Union, C syntax, Comparison of Pascal and C, Malloc, Operators in C and C++, C preprocessor, C variable types and declarations, Compatibility of C and C++, Standard streams, Atan2, Sizeof, C string, C99, Typedef, Setcontext, Volatile variable, Duff's device, The C Programming Language, Struct, Precompiled header, Wide character, C1X, Undefined behavior, List of C functions, Strlcpy, Intel Memory Model, Sequence point, Digraphs and trigraphs, Impulse C, Interactive C, Blocks, Include guard, MISRA C, Ldexp, Pragma once, Long double, The lexer hack, Function prototype, ANSI/ISO C Specification Language, Offsetof, Variadic macro, Underhanded C Contest, Restrict, Strtod, Comma operator, Atoi, Size t, Strtol, F2c, Signature, Header-only, Prefix header, C Traps and Pitfalls, PhysicsFS, CFLAGS, Clone, Fputs, Swab, Translation unit, Pro*C, Storage classes in C, Painted blue, BCX, Source Annotation Language, Remove, C for Dummies, LDAP Application Program Interface, Ltoa, C Primer Plus, Sigprocmask. Excerpt: The syntax of the C programming language is a set of rules that specifies whether the sequence of characters in a file is conforming C source code. The rules specify how the character sequences are to be chunked into tokens (the lexical grammar), the permissible sequences of these tokens and some of the meaning to be attributed to these permissible token sequences (additional meaning is assigned by the semantics of the language). C syntax makes use of the maximal munch principle. The C language represents numbers in three forms: integral, real and complex. This distinction reflects similar distinctions in the instruction set architecture of most central processing units. Integral data types store numbers ...
Books LLC is a reprint publisher of nonfiction and fiction which is out of copyright. Books LLC is not a licensed reseller or editor of modern, in-copyright novels.
Books LLC also publishes compilations of Wikipedia articles (e.g., Wikipedia articles about books, rather than the books themselves).
This book is terrible. I requested it from the library, thinking it was a different book by the same name (a.k.a, the "K&R" book), but quickly found it was nothing but a collection of Wikipedia articles, arranged in alphabetical order, and cited by url. I'm not sure who this would be of use to, aside from possibly a reader without an internet connection.
It doesn't read like a standard instructional programming book; it's more of an encyclopedia of topics related to C. The fact that it lists "International Obfuscated C Code Contest" in the subtitle makes me think this book is a joke and was created for said contest, although I wasn't able to find anything documenting that, if it is in fact true.
Regardless, I'm sure that most (if not all) of the Wikipedia articles in this book have changed significantly since publication (2010). So do yourself a favor and just read this instead: https://en.wikipedia.org/wiki/C_(prog...
Or read the real "The C Programming Language" book! It's way better, trust me.