Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

is ansi-c book by bala guruswamy good enough to master c language

+2 votes
asked Mar 10, 2023 by ravishankar (270 points)

3 Answers

0 votes
answered Mar 10, 2023 by Peter Minarik (86,040 points)

I am not familiar with that book.

To be fair, you don't need to read any book on programming.

Go to some websites with tutorials. Do the tutorials, and write the code, not copy it. If you do not know how something works, search the Internet and learn from your mistakes.

0 votes
answered Mar 13, 2023 by Alan Sampson (440 points)
ANSI-C is very old (1989) and is missing many important updates and features. The current standard is C17 (with C23 in the wings) but at a minimum I’d suggest learning C11 instead.
0 votes
answered Mar 13, 2023 by Fatima Suleiman Atta (320 points)
Ansi-c is a good book for beginners to learn c language because it has a simple syntax and it is easy to learn, if you want to advance I advise you go to other books to learn from as well
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...