𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Learn to Program with C

✍ Scribed by Noel Kalicharan


Publisher
Apress
Year
2015
Tongue
English
Leaves
323
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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 programming. The main goal of this book is to teach fundamental programming principles using C, one of the most widely used programming languages in the world today.

We discuss only those features and statements in C that are necessary to achieve our goal. Once you learn the principles well, they can be applied to any language. If you are worried that you are not good at high-school mathematics, don’t be. It is a myth that you must be good at mathematics to learn programming.

C is considered a β€˜modern’ language even though its roots date back to the 1970s. Originally, C was designed for writing β€˜systems’ programs―things like operating systems, editors, compilers, assemblers and input/output utility programs. But, today, C is used for writing all kinds of applications programs as well―word processing programs, spreadsheet programs, database management programs, accounting programs, games, robots, embedded systems/electronics (i.e., Arduino), educational software―the list is endless.



✦ Table of Contents


Front Matter....Pages i-xxii
Elementary Programming Concepts....Pages 1-21
C – The Basics....Pages 23-45
Programs with Sequence Logic....Pages 47-63
Programs with Selection Logic....Pages 65-89
Programs with Repetition Logic....Pages 91-140
Characters....Pages 141-164
Functions....Pages 165-195
Arrays....Pages 197-242
Searching, Sorting, and Merging....Pages 243-277
Structures....Pages 279-306
Back Matter....Pages 307-312

✦ Subjects


Computer Science, general


πŸ“œ SIMILAR VOLUMES


Learn to program with C++
✍ Noel Kalicharan πŸ“‚ Library πŸ“… 2003 πŸ› Apress;McGraw-Hill;Osborne 🌐 English

Where do I begin? -- Getting comfortable with C++ -- Data -- Selection structures -- Loops -- Creating your own functions -- Creating objects from instantiable classes -- Controlling access to the data in your object -- Inheritance -- Arrays -- Pointers -- Errors and error handling.;This guide to C+

Learn to Program with C
✍ John Smiley πŸ“‚ Library πŸ“… 2002 πŸ› McGraw-Hill Osborne Media 🌐 English

wrtten for system 32 I have 64. I don't recall this information on the review when I ordered the book.

Learn to Program with C++
✍ Smiley, John πŸ“‚ Library πŸ“… 2003 πŸ› McGraw-Hill/Osborne 🌐 English

More than 100,000 programmers owe their careers to Professor John Smiley. In this unique guide, the guru himself will teach you, in a classroom setting, how to program with C++. Learn from more than 100 questions and answers as well as real-world programming projects

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