ABSTRACT

Authored by two standout professors in the field of Computer Science and Technology with extensive experience in instructing, Learn Programming with C: An Easy Step-by Step Self-Practice Book for Learning C is a comprehensive and accessible guide to programming with one of the most popular languages.

Meticulously illustrated with figures and examples, this book is a comprehensive guide to writing, editing, and executing C programs on different operating systems and platforms, as well as how to embed C programs into other applications and how to create one’s own library. A variety of questions and exercises are included in each chapter to test the readers’ knowledge.

Written for the novice C programmer, especially undergraduate and graduate students, this book’s line-by-line explanation of code and succinct writing style makes it an excellent companion for classroom teaching, learning, and programming labs.

chapter Chapter 1|45 pages

Introduction

chapter Chapter 2|106 pages

Flow Control

chapter Chapter 3|65 pages

Arrays and Pointers

chapter Chapter 4|84 pages

Functions

chapter Chapter 5|136 pages

Structure and Union

chapter Chapter 6|40 pages

File Management

chapter Chapter 7|38 pages

C Graphics

chapter Chapter 8|43 pages

C Cross-platform

chapter Chapter 9|4 pages

C Projects