MouthShut.com Would Like to Send You Push Notifications. Notification may includes alerts, activities & updates.

OTP Verification

Enter 4-digit code
For Business
×
transparentImg
Upload Photo
Programming in C - Ashok Kamthane Image

MouthShut Score

100%
3 

Readability:

Story:

×
Supported file formats : jpg, png, and jpeg


Cancel

I feel this review is:

Fake
Genuine

To justify genuineness of your review kindly attach purchase proof
No File Selected

Programming in C - Ashok Kamthane Reviews

Dumka India
Programming in C - Ashok Kamthane
Aug 07, 2023 04:44 PM 95 Views

I learned C from the Kernighan and Ritchie book The C Programming Language, 2nd edition.


I found it was all I needed. It lacks exercises and solutions, but you just make those up yourself as you go along. Apply what the book says. Ideally, build a project.


The project I built was interesting. I was an undergraduate work placement developer and was asked to build a utility.


It had to:


Read any valid C source file


Prepend the letter q to the keywords if, else, switch and case


Add a matching end delimiter to the code block: qifend, qswitchend, qcaseend


Preserve everything else as-is


The reason for that bonkers tool was equally bonkers. “Head Office” had decreed that all C language software must be written that way and passed through another tool which converted that “qc” language into Nassi-Shneiderman charts.


The local dev team decided they would continue to write C code in the normal way, pass the files through my utility, then send them on to head office, should they so wish to chart them.


Great project though. I learned a lot. I wrote it very, very badly indeed with a bizarre mix of global variables and recursive procedure calls(ugh) and procedures that handle unrelated responsibilities(ugh again). I didn’t know any better. But I did get quite good with the basics of the C language.


A good book to learn C programming language
Nov 11, 2016 10:24 AM 2259 Views

This book "Programming in C" by Ashok Kamthane is one of the good books to read and learn C programming language.You can read basics of C language, pointers, arrays, strings, and many more things from this book.


Author Ashok N. Kamthane has made this book an interesting one, with lots examples in it to practice the algorithms and programs as well. One can increase their programming skills by this book. It sis well readable book. It's storyline is good as well.


s7228MouthShut Verified Member
Patna India
Best C programming book
Jun 04, 2015 06:03 PM 4023 Views

I am sharing my experience on “Programming in C” by Ashok Kamthane Which is a famous and one of the interesting book of C programming language. It is one of the best book for C beginners. It is written in simple and easy language. It deals with chapters like C declaration, Operations and Expressions, Input and Output in C, Decision Statements, Loop Control, Data Structure: Array, Strings and Standard Functions, Pointers, Functions, Storage Class, Graphics etc.


Chapters like Computer Fundamental and information Technology and internet of this book teach you evolution of computers, generation and classification of computers  and also discuss with hardware and software aspects of computers. Each chapter having theoretical questions/answers  with objective questions  that can help your  to clear your theory concepts. It also having questions like finding output of a program that can help you to check your programming logic and skills.


Overall, it is best book to start your C programming and I like it.


YOUR RATING ON

Programming in C - Ashok Kamthane
1
2
3
4
5

Recent Questions and Answers on Programming in C - Ashok Kamthane

500

Write a programm to calculate bill of internet browsing. The conditions are:

Sep 13, 2019

By: singhprakhar0906

Answers: 1

500

Write a program to mask the most significant digit of the entered number. Use AND operator

Jul 21, 2018

By: monujhaisgood

Answers: 1

500

X