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: Functional CFunctional C
by - Addison-Wesley
The book teaches how to program in C, assuming that the student has already learnt how to formulate algorithms in a functional style. The student will become a better C programmer, capable of writing programs that are easier to maintain.
(17572 views)
Book cover: The GNU C Library Reference ManualThe GNU C Library Reference Manual
by - Free Software Foundation, Inc.
The GNU C library, described in this document, defines all of the library functions that are specified by the ISO C standard, as well as additional features specific to POSIX. This manual tells you how to use the facilities of the GNU library.
(22309 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.
(9920 views)
Book cover: Beej's Guide to Network Programming - Using Internet SocketsBeej's Guide to Network Programming - Using Internet Sockets
by
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.
(26836 views)