𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Learning to Program in C

✍ Scribed by Thomas Plum


Publisher
Prentice Hall
Year
1983
Tongue
English
Leaves
374
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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 programs that are both efficient and portable.

Program examples are chosen to highlight the special role of C as an β€œimplementer's language” β€” close to the machine yet structured as a proper high-level language. All the programs have been tested on several systems directly from the text, and convey a consistent concern for readability as well as correctness.

Learning to Program in C is ideal for anyone beginning C language. As an introduction to programming modern microprocessors, this book prevents the wasted effort of learning non-portable assembler languages. Experienced users of C will find the book's clear explanation of fundamentals of use in understanding the unique aspects of C.


πŸ“œ SIMILAR VOLUMES


Learning to program in C
✍ Thomas Plum πŸ“‚ Library πŸ“… 1989 πŸ› Plum Hall 🌐 English

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

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