Cart (0)
Digital Cart (0)
Cart (0)
Buy The C Programming Language (Ansi C Version) 2 Edition 2 Edition: Book

The C Programming Language (Ansi C Version) 2 Edition 2 Edition

(Paperback)
Publisher: Phi Learning (2009)  
Rs. 175 25% Off
Rs. 131
Inclusive of taxes
In Stock.
Delivered in 2-3 business days. [?]
Free Home Delivery if total order amount for WS Retail is Rs. 500 or above. Add Rs. 50 otherwise. [?]
Why is there a shipping charge for this item?
The seller makes every effort to quality check, pack and ship your order and in the process incurs certain fixed costs irrespective of the order value. To continue to provide and improve the great shopping experience, the seller charges a nominal delivery charge for orders below Rs. 500.
Is there any way that the shipping charges can be avoided?
To avoid paying delivery charges, just buy more items from this seller and ensure that your order value is above Rs. 500.
Check delivery information
Destination Pincode: Change
Check delivery information
Destination Pincode: Change
Seller: WS Retail
 331140 Ratings
Other Editions view all (1)
Delivered in 10-11 days.
Rs. 3280/-
More sellers selling this product on flipkart.com [?]
Rs. 166
+ 50 (Delivery charge).  
Available.
Delivered in 7-9 business days. Seller cannot deliver this item to your location
217 Ratings
Seller Replacement Policy [?]

The C Programming Language (Ansi C Version) 2 Edition 2 Edition (Paperback) Price: Rs.131

The computing world has undergone a revolution since the publication of the first edition of the C Programming Language. During this time, the C language has changed and spread beyond its origins as the language of the UNIX operating system. This second edition provides a more comprehensive and contemporary definition of the C language as defined by the ANSI standard the "ANSI C". The most striking change relates to the new form of function declaration and definition. It is primarily meant to help the reader to learn how to program in C.

About the Author
KERNIGHAN, BRIAN W. Bell Laboratories, Murray Hill, New Jersey.

RITCHIE, DENNIS M. Bell Laboratories, Murray Hill, New Jersey. 


Table of Contents

  • Preface.
  • Introduction.
  • A Tutorial Introduc-tion.
  • Types, Operators, and Expressions.
  • Control Flow.
  • Functions and Program Structure.
  • Pointers and Arrays.
  • Structures.
  • Input and Output.
  • The UNIX System Interface.
  • Appendix A Reference Manual.
  • Appendix B Standard Library.
  • Appendix C Summary of Changes.
  • Index.

Specifications of The C Programming Language (Ansi C Version) 2 Edition 2 Edition (Paperback)

Contributors
Author Brian W. Kernighan, Dennis M. Ritchie
Book Details
Publisher Phi Learning
Publication Year 2009
ISBN-13 9788120305960
ISBN-10 8120305965
Language English
Edition 2
Binding Paperback
Number of Pages 284 Pages
University Books Details
Stream Engineering
University Anna University
Degree/Diploma B.Tech
Specialization Others
Subject Computer Concepts and C Programming, Computer Programming, Programming Methodology and Data Structures
Term 1st Semester

Book Reviews of The C Programming Language (Ansi C Version) 2 Edition 2 Edition

4.8
Average Rating
Based on 124 ratings
Have you used this product?
Rate it now.

Most Helpful Reviews (5 of 46)

12 May 11
The C Bible

If you want to be a proficient C programmer then you cant ignore this book. This book is a bible for C programmer. Its amazing how K & R have managed to squeeze the entire language in just 270 pages. Probably because they are the creator of the language! This book is more than a quarter of century old & still remains so relevant. I have always dreaded reading those huge books which if dropped can crush your toes.
Since so much has been condensed in 270 pages; every sentence of this book must be read. This book is certainly not for someone who doesn't know any programming language. Basic knowledge is must & always keep Google handy. You will need it ;).

Was this review helpful?  / 
100% of 20 users found this review helpful.
09 May 12
AWESOME BOOK IF YOU CAN DIGEST IT!

My FIRST point: For the Indian students, there is a better/simpler alternative that is Let Us C by Yashwant Kanetkar, which is somewhat based on this book.

BOOK REVIEW: From an undergrad perspective, one who has no prior knowledge of programming, this book can be a little difficult to get into right away. Generally this books assumes the fact that the one reading is familiar(to a GREAT DEGREE) with the nuances of a language already, therefore not making this suitable for newbies.

The language/explanation of the book is lucid and crystal clear but the pace is faster than ANY other C Programming book on the market.

HISTORY:
This book was written by Ritchie and Kernighan, the CREATORS OF C LANGUAGE. So, no one else could possibly explain their own language more efficiently(ratio of explanation to time time taken to explain) than them. Having said that, here are the advantages and disadvantages of this particular book.

ADVANTAGES:
1.0 Learn this and digest this book before you graduate, you can be confident that YOU KNOW C, at least a decent amount of it anyway. This book covers everything regarding how C can be used to tackle programming/general problems.

2.0 This book explains some of the popular algorithms, so you learn some good algorithms before you are formally introduced to algorithms(Algo generally starts from 5th semester, while this book is for use from 2nd - 4th semester, at least at my University anyway).

3.0 GATE questions are based on the tricks that is explained in this book. So a must read for cracking GATE.

4.0 THE MOST CONCISE BOOK ON C PROGRAMMING EVER WRITTEN.

DISADVANTAGES:
1.0 VERY VERY FAST PACED. MOST STUDENTS WILL HAVE A HARD TIME CATCHING UP, ESPECIALLY THOSE WITH NO PRIOR EXPOSURE TO PROGRAMMING.

2.0 NOT THE FIRST C PROGRAMMING BOOK FOR THE GENERAL STUDENT WITH NO BACKGROUND IN PROGRAMMING.

3.0 EASY TO LOSE INTEREST IN THE BOOK, ESPECIALLY WHEN READING FOR THE FIRST TIME, AS THE AUTHOR TREATS THE READER AS SOMEONE EXPERIENCED IN PROGRAMMING, WHICH IS NOT THE CASE FOR THE VAST MAJORITY OF THE UNDER GRAD STUDENTS HERE IN INDIA.

Why was this book was written?

Ans. To serve as a manual(more or less) for the employees in Bell Labs and University professors who were going to take up C programming to teach undergrad courses in American Universities. So, there you have it, the reason why the author treats the reader as an experienced programmer.

FINAL THOUGHTS:
1.0 Good book to keep in library, good to look into FOR REFERENCE. Must buy for anyone wishing to master C programming.

2.0 In time the reader(who will mature in programming from his first exposure to this book) will come to appreciate the genius of this book.

Yes, this book is a genius piece of work.

3.0 Be ready to invest in any other book written by ano of the Indian authors(Kanetkar, Balaguruswamy etc.), if you are a general student.

Was this review helpful?  / 
100% of 12 users found this review helpful.
17 November 11
It's too precious, can't miss it!

Written by Dennis Ritchie (who originally designed and implemented the language) and Brian Kernighan, this is the original and authoritative reference to the C programming language.

The success of the C language is widely attributed to this book. Since the book first appeared in 1978, it has been the best learning resource for the C language for over two decades and it hasn't yet lost its shine.

Elegant writing style, concise, clear and informative. Though at some places the coding-style and conventions may be differ from those used today, mainly because the book is far too old, this edition being over 20 years old.

If you are into C, you can't afford to miss this book, it's too precious.

This book DOES NOT covers Data Structure (since often C and data structure are taught together). If you are looking for a Data Structure book, I suggest read 'Data Structures Using C', by Tenenbaum, et al. Here:
www.flipkart.com/books/8120311779?affid=flpkartgma

Was this review helpful?  / 
5 of 6 users found this review helpful.
03 June 12
Not for beginners!

The book is awesome. The authors tell you every thing in the book about C, every minute detail of the language in just 270 pages! But the book is not for beginners as the book doesn't go into explaining stuff in very detail as the other books do, like giving examples telling you exceptions and things like that. The authors expect you to figure them out on your own, by coding in C.They will touch upon, or I would say familiarize you with every thing the language offers to us.

I would suggest you to go for this book if you have some programming background. If you are new to programming you will develop "HATRED" towards programming, which could be really bad especially if you had decided to pursue computers as a career.

Was this review helpful?  / 
5 of 5 users found this review helpful.
23 April 13
The 'certified buyer' badge indicates that this user has purchased this product on flipkart.com.
certified buyer
An excellant book for the core knowledge of C

"Good things come in small packages" would be the most appropriate phrase to describe this book. I have been a good programmer in my class and was able to do most programming required at B.Tech level with an ease. Still I bought this book to experience what the creators of C themselves had to offer, and trust me if I haven’t gone through this book I would have really missed the real essence of C. This book is a must buy to have that edge required. Just to quote an example, no other book of C brings to the reader’s notice the notion of command line arguments, which actually are very important but only at higher level or system level programming.
This is both an advantage to those who have a little prior knowledge of C and, a disadvantage if you are first time reading any programming language book. However sooner or later one can easily see the difference that this book creates as compared to other books. Each and every line is worth reading and understanding. The chapters are well organized and cover each and every concept with precise accuracy.
And yes excellent delivery by flipkart , delivered the book in just 2 days and in perfect condition.

Was this review helpful?  / 
0 of 0 users found this review helpful.

Most Recent Reviews

View all
The 'certified buyer' badge indicates that this user has purchased this product on flipkart.com.
certified buyer
The guide from the creators

I bought this book as a reference as well as collection purpose.
I've nothing in me to describe whether the book is worth...

Read More
10 June 13
The 'certified buyer' badge indicates that this user has purchased this product on flipkart.com.
certified buyer
Awesome Book

Its a good book for those who are already familiar with C-programming and wants to have a deep understanding of the language.Th...

Read More
03 June 13
The 'certified buyer' badge indicates that this user has purchased this product on flipkart.com.
certified buyer
The best book on C. Dennis Ritchie is great.

This is the best book on C. It doesn't matter whether you want it for learning C or you want it as a reference. It doesn't matt...

Read More
02 June 13
3Es: Examples, Explanations and Excercises

This book is indeed has A-Z of C language. The book is written in simplest possible English with each chapter having following:...

Read More
13 May 13
The 'certified buyer' badge indicates that this user has purchased this product on flipkart.com.
certified buyer
learn from the creator

No one can explain the language better than the creators of the language. So naturally this book has to be the No 1 book to lea...

Read More
05 May 13
    Book: The C Programming Language (Ansi C Version) 2 Edition 2 Edition by Brian W. Kernighan, Dennis M. Ritchie
    ISBN Number: 8120305965, 9788120305960, 978-8120305960
Loading ...