Elements of C

Cover of Elements of C by Morton H. Lewin
Publisher: Springer US
Year: 2011
Language: en
Edition: Softcover reprint of the original 1st ed. 1986
Pages: 246
ISBN-13: 9781461292715
Dimensions:
Height: 9.02 Inches
Length: 5.99 Inches
Weight: 0.797 Pounds
Width: 0.6 Inches
Editorial overview Touché

Elements of C by Morton H. Lewin, published by Springer US on September 30, 2011, is a softcover reprint of the original first edition from 1986, comprising 246 pages. This book provides an in-depth examination of the C programming language, focusing on the construction and evaluation of expressions and the unique nature of declarations in C. It addresses the complexities of C’s operators and the challenges faced in teaching the language, particularly regarding the interdependence of declarations and expressions.

Readers will find a thorough exploration of how C statements are formed, emphasizing the importance of proper declarations for operands within expressions. The book navigates the instructional dilemma of whether to introduce elementary declarations first or to delve into comprehensive discussions of operands and operators. This edition serves as a resource for those interested in software development and information technology, offering insights into the foundational aspects of programming in C.


Official synopsis Publisher

Statements in C, like statements in any other programming language, consist almost entirely of expressions and special reserved words. Declarations in C, unlike declarations in other languages, also contain arbitrary expressions. Thus, studying the means by which C expressions are constructed and evaluated is especially important-particularly since the number of permissible C operators is so large. Since all of the operands in a C expression (excluding constants) must be properly declared before they are used, and since declarations themselves contain expressions, the teaching of C involves the following chicken-and-egg problem: Should one begin by considering only elementary declarations, in which case the topic of expression construction and evaluation cannot be fully treated in one place, because the operators that pertain to the more complex objects-like pointers and structures (whose declarations have not yet been introduced)–have not yet been covered, or should one postpone entirely the issue of how decla rations are written (merely assuming that all of the objects under discussion have been properly declared) in order to fully treat all types of operands and operators in one comprehensive discussion? If the student is encouraged to begin writing programs immediately, the former choice is mandatory, because even the most elementary programs must vII Preface viii contain proper declarations. Thus, most C textbooks postpone the discussion of objects like arrays, structures, and pointers (and of the operators that pertain to them) until the second half of the book is reached.

FAQ
What is “Elements of C” about?
This page includes the available description and bibliographic details for “Elements of C” by Morton H. Lewin. Synopsis preview: Statements in C, like statements in any other programming language, consist almost entirely of expressions and special reserved words. Declarations in C, unlike declarations in other languages, also contain arbitrary exp…
Who is the author of “Elements of C”?
“Elements of C” is credited to Morton H. Lewin.
When was “Elements of C” published?
Publisher: Springer US. Year: 2011.
What is the ISBN for “Elements of C”?
ISBN-13: 9781461292715.
What are the book details (language, pages, edition)?
Language: en. Pages: 246. Edition: Softcover reprint of the original 1st ed. 1986.

Related Books by Topic