Higher Ed. and Vocational >> Engineering and Computer Science >> Computer Science >> C Programming


Programming Techniques Through C: A Beginners Companion

Programming Techniques Through C:   A Beginners Companion

Author(s):
  • M. G. Venkateshmurthy
  • Author: M. G. Venkateshmurthy
    • ISBN:9788131705087
    • 10 Digit ISBN:8131705080
    • Price:Rs. 845.00
    • Pages:248
    • Imprint:Pearson Education
    • Binding:Paperback
    • Status:Available


    Ratings:

    A hands-on book on rudiments of programming, Programming Techniques through C: A Beginner's Companion teaches you the techniques of solving problems from simpler ones like “finding out the area of a triangle” to more involved ones like “sorting and searching”.


    The visual approach to solve problems in a step-by-step manner through flowcharts makes it easy for the beginners to solve problems and write programs using the C programming language. The emphasis is on problem solving procedures rather than learning a language.



    Table of Content

    1. Algorithms and Flowcharts
    2. Basic Techniques
    3. Decision Making
    4. Looping Techniques
    5. Multi-way Decision Making
    6. Arrays
    7. Characters and String Handling
    8. Solving with Modules
    9. Pointers
    10. Structures

    Salient Features

    • The procedure to solve a problem is explained in The Method which is independent of any programming language.
    • A detailed Flowchart is given for each problem to determine the sequence of operations.
    • Just required C details are provided in C Tips to enable learners gain insights.
    • Complete C programs are provided for each example discussed.
    • Includes end-of-chapter exercises to test your understanding.