Book: Teach Yourself...c If you want to teach yourself to program,start here. This book uses the most popular programming languages to introduce you to computing’s most powerful and useful skills.Learn the basic concepts and principles of programming in a gradful step-by-step,easy to understand way.Master the basic of program structure.Learn how to get input from the user,and how to output information to the screen and printer.Build user interfaces to make programs easier to work with.Learn how to use arithmetic operators,and then master more complex subjects such as arrays.
Table of contents:
Chapter 1 Talking with the user printf( ) and scan( )
Chapter 2 Controlling program flow
Chapter 3 Numbers and arrays
Chapter 4 Two-dimensional arrays:Tic-Tac-Toe
Chapter 5 Working with words
Chapter 6 Address and disk files
Chapter 7 A Practice program:the little black book
Chapter 8 Continuing your study of c