Skip to main content

"A to Z of C" in the book Cimple (ISBN 0070260982)

I was just searching "A to Z of C" in Google Books and found that the book Cimple written by Sasant K Rout has used our code. The irony is that the book was published by Tata McGraw-Hill, who rejected us in final stage stating that it wants us to get endorsement from any IIT professor, which we couldn't. (For the sake of record... IIT Bangalore was linking & supporting "A to Z of C" for long time once it's published over the net; see old IIT page from web.archives.org)

It's just another incident to prove that success isn't a measurable unit; even failed attempts can be appreciated in any other forms.

Comments

sir i wanted to buy this book but could not find it. please suggest me from where i can buy this book..
..
i am a big fan of yu and this book..
..
himanshu rathore.
bhopal.
himansh3045@gmail.com
himanshu rathore:

Thanks for your kind words. A to Z of C is not yet published in printed form; electronic version alone is available now.
RAVI NAMDEV said…
Sir i got this book in pdf format that is marvelous and really sir i have biggest fan of u ..
sir i want cd content for more study so plz sir suggest me where i find the cd content
sir plz reply as soon as possible thnks ..
Ravi Namdev...
RAVI NAMDEV:

Thanks for your kind words. As noted in the A to Z of C page's CD section, the CD is not distributed.
nonetheless said…
sir,
Nobody explained me C in such a detailed depth. The book is awesome. I never got a good C teacher, I learned C by myself, but the book is written in such a way that I feel as if someone can read my mind and guess what question would come to my mind next.
This book has everything and solves all the problems, I faced about C language.
I am big fan, Thanks for writing this book.
Your remote student,
Antriksh

Popular posts from this blog

Interview question #1

Since I have been asked to interview experienced PHP programmers, I was preparing few interview questions. I came to know, most of the people ask questions found in the Internet; most of them are like "What is the function used to connect MySQL DB in PHP". Personally, I don't like these types of questions; I'd thought the person must apply ideas what he was taught in colleges--finally I came out with one question: A product vendor has Quantity Vs. Price data like 1 -> Rs. 50 2 -> Rs. 95 3 -> Rs. 140 .... like upto 1 million data. He wants a system, which gives the price when the quantity is provided. For example, if you provide the quantity value as 2, then it should provide Rs. 95. How this system can be designed? As expected, all the people said about using database tables and quering on quantity. I have asked them to find out a system which doesn't use databases--provided the accuracy of the system may not be 100%--it may give at least 90% ac...

Open source resume templates with JSON-LD (SEO-friendly) support

I don't usually keep track of the projects that I worked on. I have been recently advised to keep resume updated with the projects list. And so I have searched for resume templates and tools. Indian resume Vs International resume During the process, I have found that there are vast differences between the format of Indian resumes and International resumes. Indian resumes are extremely verbose with number of projects, team size, client name, etc. whereas international format is more succinct and short. So I was kind of lost in the process in adopting the template. LinkedIn to the rescue? No. Unfortunately, LinkedIn format is "common" and is not easy to update. Moreover, these days LinkedIn has become signupware [sic] and so accessing resume is a nightmare. Enter JSON Resume JSON Resume is an awesome open source approach for creating resume. I accidentally came across while searching for JSON-LD format for resume. Couple of great features: Resume hosting (op...

.fig extension used by Figma software - source of confusion

Recently one of our customers sent design files in fig format (with .fig extension). As .fig is an extension used by famous old Linux design tool Xfig , we tried to open in it and were getting errors. And then the designer came to rescue and informed about the online tool Figma . Figma provides easy prototyping options for lazy aka productive designers. In my opinion, it is somewhat comparable to Pingendo . It is more of an online tool developed in JavaScript. They also provide desktop version / downloadable software. I'd thought that its performance will be better in desktop tool, but noted that it is only an Electron app.