๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Learning to program in C

โœ Scribed by Thomas Plum


Publisher
Plum Hall
Year
1989
Tongue
English
Leaves
340
Edition
second
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


I have wanted to read this book for a long time and finally I was able to find it in the internet archive library:
https://archive.org/details/learningtoprogra0000plum

Unfortunately you can only borrow the book there for one hour, so I decided to make a dumb "print screen" of the book. And save it here just in case. I wish you an enjoyable read!

PS: The book is written by one of those who participated in the creation of the C Language Standard, so known as ANSI C.

โœฆ Table of Contents


Chapter 0. Introduction
Chapter 1. Computers and C
Chapter 2. Data
Chapter 3. Operators
Chapter 4. Statements and Control Flow
Chapter 5. Functions
Chapter 6. Software Development
Chapter 7. Pointers
Chapter 8. Structures
Chapter 9. Epilog
Appendix A. C Language Reference
Appendix B. Answers to Questions


๐Ÿ“œ SIMILAR VOLUMES


Learning to Program in C
โœ Thomas Plum ๐Ÿ“‚ Library ๐Ÿ“… 1983 ๐Ÿ› Prentice Hall ๐ŸŒ English

With the same insight and appreciation for the learning process that characterize his C language training program, Dr. Plum has provided an introduction to C which makes clear the underlying processes of the language. Presupposing only an acquaintance with computers, this book shows how to write C p

Learning to Program in C++ (CD-ROM)
โœ Steve Heller ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Prentice Hall PTR ๐ŸŒ English

There has never been an introductory C++ book like this. It actually consists of a live dialogue and email correspondence between an expert C++ programmer and a complete novice: a dialogue that continues until the novice truly understands -- and so do you. First published as Who's Afraid of C++ and

Learn to Program with C: Learn to Progra
โœ Noel Kalicharan ๐Ÿ“‚ Library ๐Ÿ“… 2015 ๐Ÿ› Apress ๐ŸŒ English

This book teaches computer programming to the complete beginner using the native C language. As such, it assumes you have no knowledge whatsoever about programming. The main goal of this book is to teach fundamental programming principles using C, one of the most widely used programming languages in

Learn to Program with C: Learn to Progra
โœ Noel Kalicharan ๐Ÿ“‚ Library ๐Ÿ“… 2015 ๐Ÿ› Apress ๐ŸŒ English

Learn the fundamental programming principles using C, one of the most widely used programming languages in the world today. Learn to Program with C teaches computer programming to the complete beginner using the native C language. As such, it assumes you have no knowledge whatsoever about programmin

C Programming: Learn to Code
โœ Sisir Kumar Jena ๐Ÿ“‚ Library ๐Ÿ“… 2021 ๐Ÿ› Chapman and Hall/CRC ๐ŸŒ English

<p>The C programming language is a popular language in industries as well as academics. Since its invention and standardized as ANSI C, several other standards known as C99, C11, and C17 were published with new features in subsequent years. This book covers all the traits of ANSI C and includes new