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


Problem Solving and Program Design in C

Problem Solving and Program Design in C

Author(s):
  • Jeri R. Hanly
  • Elliot B. Koffman
  • Author: Jeri R. Hanly
    • ISBN:9789332518810
    • 10 Digit ISBN:9332518815
    • Price:Rs. 1050.00
    • Pages:840
    • Imprint:Pearson Education
    • Binding:Paperback
    • Status:Available


    Be the first to rate the book !!

    Problem Solving and Program Design in C is one of the best-selling introductory programming textbooks using the C programming language. It embraces a balanced approach to program development and an introduction to ANSI C. The book provides a gradual introduction to pointers and covers programming with functions early in the text. In later chapters, students learn to implement fundamental data structures such as lists, stacks, queues, and trees in a language that fosters their understanding of stack- and heap-dynamic memory allocation and programmer-controlled pointers. To enhance students' learning experience it offers the right amount of pedagogical features that include end-of-section and chapter exercises, examples and case studies, syntax and program style display boxes, error discussions and end-of-chapter projects.

    Table of Content

    1. Overview of C
    2. Top-Down Design with Functions
    3. Selection Structures: if and switch Statements
    4. Repetition and Loop Statements
    5. Pointers and Modular Programming
    6. Arrays
    7. Strings
    8. Recursion
    9. Structure and Union Types
    10. Text and Binary File Processing
    11. Programming in the Large
    12. Dynamic Data Structures
    13. Multiprocessing Using Processes and Threads
    14. On to C++ (Online at www.aw.com/cssupport)
    A:  More about Pointers
    B:  ANSI C Standard Libraries
    C:  C Operators
    D:  Character Sets
    E : ANSI C Reserved Words
     

    Salient Features

    • Gradual introduction to pointers with a consistent emphasis on the connection between problem solving skills and effective software development
    • Early coverage of functions, logical operators, and operators with side effects
    • Chapter 0 explains the various fields of study in CS, as well as the career paths available to those who major in CS-related disciplines
    • Inclusion of advanced programming topics in the "Multiprocessing Using Processes and Threads" chapter
    • "On to C++" chapter provides an introduction to the C++ programming language
    • End-of-section and end-of-chapter exercises, case studies and end-of-chapter projects offer practical learning opportunities at relevant points in the text
    • A glossary provides quick access to important computing terms