0% found this document useful (0 votes)
87 views3 pages

Cprogrammi NG: Amodern Approach, 2Nd Edi Ti On by K. N. Ki NG

This document discusses and summarizes four books about C programming at different skill levels: - CProgramming: A Modern Approach, 2nd Edition covers changes to C like token concatenation and encourages problem-solving skills. - Absolute Beginner’s Guide to C, 2nd Edition is specially made for beginners and covers basic I/O, data structures, and creating functions. - C Primer Plus, 5th Edition covers all C concepts with examples and is helpful for learning other languages like PHP and Java. - Expert C Programming highlights techniques used by experts and includes tips that can be directly applied, such as differences between pointers and arrays.

Uploaded by

JAIR
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views3 pages

Cprogrammi NG: Amodern Approach, 2Nd Edi Ti On by K. N. Ki NG

This document discusses and summarizes four books about C programming at different skill levels: - CProgramming: A Modern Approach, 2nd Edition covers changes to C like token concatenation and encourages problem-solving skills. - Absolute Beginner’s Guide to C, 2nd Edition is specially made for beginners and covers basic I/O, data structures, and creating functions. - C Primer Plus, 5th Edition covers all C concepts with examples and is helpful for learning other languages like PHP and Java. - Expert C Programming highlights techniques used by experts and includes tips that can be directly applied, such as differences between pointers and arrays.

Uploaded by

JAIR
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

CProgr am

m
i ng: A Moder n Approach, 2nd Edi t i on By K. N.

Ki ng

This book offers a unique approach towards the C language. C has


undergone several changes such as token concatenation and this
book enlists these changes effectively. The programs are written in
pure C to make them easily portable. This book encourages thinking
skills in the reader and allows you to find the most efficient solution of
the problem. It is an ideal classroom book for a C enthusiast.

Absol ut e Begi nner’ s Gui de To C, 2nd Edi t i on By Greg

Perry

The book justifies its name and it is specially developed for


programmers who have never programmed before. The book starts
with basic I/O commands such as printf () and scanf () and advances
towards data structures, heap memory, loops, and creating functions.
The book is written in an easy to understand manner with a clear
instruction scheme. It gives a simple explanation for the basic syntax
and notations used in the C language.
CPri m
er Pl us, 5t h Edi t i on By St ephen Prat a

This is the best self-study guide for C language in the market. You can
find detailed explanations of all programming concepts of C. This
book includes short examples for every single concept to allow better
understanding. For example, the chapter on Pointers is amongst the
best written parts of this book. Pointers are used for referencing a
specific memory location and contain its address. This book covers
that latest ANSI standard, C99. For basic programmers, this book will
be extremely helpful in learning concepts which are used in other
languages such as PHP and Java.

Exper t CProgr am
m
i ng: Deep C Secret s By Pet er V. Li nden

Are you an expert C programmer looking to sharpen your


programming skills? Expert C Programming is an excellent book for
programmers trying to gain expertise in high-level C concepts. It
highlights some of the best techniques of C language used by the
programmers. This book is written in an entertaining manner and
exhibits the writer's expertise in Sun systems. The book defies some
traditional ways of programming such as the use of different
declarations. It includes several practical tips that can be put to use
immediately such as the difference between pointers and array.
Learning C language from books might sound a bit difficult at first.
However, these books explain the basic concepts of the C language in
the best possible manner. You can build a complete path starting with
the basics of the C language and proceed to an advanced level of C. It
is important to do the exercises provided in these books. You can
learn the concepts effectively with their practical implementation.
These books will serve as a platform for learning other advanced
languages such as C++ and Java.

You might also like