Programming in C
by Bharat Kinariwala, Tep Dobry
Publisher: University of Hawaii at Manoa 1993
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.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
Beej's Guide to Network Programming - Using Internet Sockets
by Brian Hall
A brief how-to guide on network programming using Internet sockets, written for anybody who is just starting out with socket programming. The section on Windows programming is also included. The guide is updated for IPv6.
(27232 views)
by Brian Hall
A brief how-to guide on network programming using Internet sockets, written for anybody who is just starting out with socket programming. The section on Windows programming is also included. The guide is updated for IPv6.
(27232 views)
The C Library Reference Guide
by Eric Huss
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.
(25409 views)
by Eric Huss
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.
(25409 views)
Programming in C: UNIX System Calls and Subroutines using C
by A. D. Marshall - Cardiff University
This book is guide to UNIX software development in C for professional programmers and students. It focuses on the UNIX system call interface, the programming interface between the UNIX Kernel and applications running in the UNIX environment.
(22902 views)
by A. D. Marshall - Cardiff University
This book is guide to UNIX software development in C for professional programmers and students. It focuses on the UNIX system call interface, the programming interface between the UNIX Kernel and applications running in the UNIX environment.
(22902 views)
An Introduction to C and GUI Programming
by Simon Long - Raspberry Pi Press
Even if you are an absolute beginner, this book will teach you all you need to know to write simple programs in C and start creating GUIs. The book shows how to use the GTK user interface toolkit with C to create feature-rich GUI applications.
(8390 views)
by Simon Long - Raspberry Pi Press
Even if you are an absolute beginner, this book will teach you all you need to know to write simple programs in C and start creating GUIs. The book shows how to use the GTK user interface toolkit with C to create feature-rich GUI applications.
(8390 views)