Logo

Programming in C by Bharat Kinariwala, Tep Dobry

Small book cover: Programming in C

Programming in C
by

Publisher: University of Hawaii at Manoa
Number of pages: 234

Description:
Contents: Introduction; Basic Concepts; Designing Programs Top Down; Processing Character Data; Numeric Data Types and Expression Evaluation; Pointers; Arrays; Functions and Files; Two Dimensional Arrays; Sorting and Searching; String Processing; Structures and Unions; Files and the Operating System; Storage Class and Scope; Engineering Programming Examples.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: The C Library Reference GuideThe C Library Reference Guide
by
This guide provides a useful look at the standard C programming language. It will not teach one how to program in C, nor will it attempt to provide the history of C. It is merely a handy reference to the standard C library.
(25235 views)
Book cover: Modern CModern C
by - ICube
The book introduces you to the very basics of programming with C, details most principal concepts and features such as control structures, data types, operators and functions, fully explains pointers, performance, reentrancy, atomicity, threads, etc.
(11039 views)
Book cover: 88 C Programs88 C Programs
by - Smashwords
The author included example programs that exhaustively illustrate the important points of C. By working through these programs you can teach yourself C. It is assumed that you already know how to program and are familiar with standard algorithms.
(17587 views)
Book cover: C Programming for BeginnersC Programming for Beginners
- The C Guru
C is not a high level language, instead it is a mid level language with simplicity of high level language and power of low-level language. As a result programs written in C are very fast. C is used to create UNIX, Linux, Windows, Photoshop.
(13953 views)