Logo

C Programming Notes for Professionals

Small book cover: C Programming Notes for Professionals

C Programming Notes for Professionals

Publisher: GoalKicker.com
Number of pages: 342

Description:
Contents: Getting started with C Language; Data Types; Operators; Arrays; Linked lists; Structs; Iteration Statements, Loops; Selection Statements; Declaration vs Definition; Command-line arguments; Files and streams; Pointers; Function Parameters; Error handling; Preprocessor and Macros; Signal handling; Variable arguments; etc.

Home page url

Download or read it online for free here:
Download link
(2.4MB, PDF)

Similar books

Book cover: Object-Oriented Programming with ANSI-CObject-Oriented Programming with ANSI-C
by
In this book, we are going to use ANSI-C to discover how object-oriented programming is done, what its techniques are, why they help us solve bigger problems, and how we harness generality and program to catch mistakes earlier.
(18973 views)
Book cover: Using C on the UNIX SystemUsing C on the UNIX System
by - O'Reilly
'Using C on the UNIX System' provides a thorough introduction to the UNIX system call libraries. This book is aimed at programmers who already know C, but who want to take full advantage of the UNIX programming environment.
(9886 views)
Book cover: Foundations of Computer Science: C EditionFoundations of Computer Science: C Edition
by - W. H. Freeman
Aho and Ullman have created a C version of their groundbreaking text. This book combines the theoretical foundations of computing with essential discrete mathematics. It follows the same organizations, with all examples and exercises in C.
(25552 views)
Book cover: C Elements of StyleC Elements of Style
by - M & T Books
A handy guide which covers the principals of good programming style, teaching C and C++ programmers how to write code that can be easily read, understood, and maintained by others. Useful both for students and professional programmers.
(21112 views)