C Programming: A Self-Teaching Introduction

Rajiv Chopra

  • 出版商: Mercury Learning
  • 出版日期: 2017-04-27
  • 售價: $1,710
  • 貴賓價: 9.5$1,625
  • 語言: 英文
  • 頁數: 352
  • 裝訂: Paperback
  • ISBN: 1683920902
  • ISBN-13: 9781683920908
  • 相關分類: C 程式語言
  • 無法訂購

商品描述

Unlike many C programming books written by C programmers, this brief, self-teaching introduction was written by an instructor familiar with the needs of students. The book defines key programming terms as it teaches the basics of C programming. It contains numerous real world programming examples showing first the algorithm, immediately followed by the program for the algorithm, and then, its output. End of chapter exercises with “hints” help to review and master the material under discussion. An appendix with fifteen “C Lab projects” with their solutions is also included.

Features:

* Defines key programming terms as it teaches the C programming language
* Covers major topics such as arrays and pointers, structures and unions, file handling, and more
* Includes numerous real world programming examples showing first the algorithm, followed by the program itself, then the desired output