On Sun, Nov 26, 2017 at 3:07 AM, Muzhgan Athaee <muzhgan.ath...@gmail.com> wrote: > > I need help please!!! > > I need this book: https: > //books.google.co.in/books?id=k60ABAAAQBAJ&pg=PA136&lpg=PA136&dq=char+c%5B2%5D%3D%22A%22;&source=bl&ots=NR67-gypJa&sig=ryqT77FyLMrIcj1TS-GrRLFOBz4&hl=en&sa=X&ved=0ahUKEwiNxaKF-tvXAhVBv48KHRpoCi8Q6AEIQDAE#v=onepage&q&f=false > > Please if someone have it share please please.
Hi Muzhgan, The link seems to be to Harry Chaudhary's book "How to Become a C Programmer :: Step by step Beginner's to Experts Edition". There are resources in the free world for learning how to program in C, and i think that wikibooks might be a good place to start, for example: https://en.wikibooks.org/wiki/Subject:C_programming_language The advantage of wikibooks is that if there's a problem with one of the books, you can help fix it. (Letting somebody know of a weakness in a book helps to fix it, btw.) But beyond this, programming is one of those subjects that absolutely has to be learned by doing. So if you want to learn C programming, then you need to write lots of C programs, and develop an appetite for doing it :) :) Good luck, and hope you have a chance to write tons of code that gives you some personal satisfaction and benefits the world. dan