登入選單
返回Google圖書搜尋
ANSI C Programming
註釋

Learn real-world C programming as per the latest ANSI standard


DESCRIPTION

In this heterogeneous world a program that is compiler dependent is simply unacceptable. ANSI C Programming teaches you C language in such a manner that you are able to write truly portable programs. This book doesnÕt assume any programming background. It begins with the basics and steadily builds the pace so that the reader fins it easy to handle complicated topics towards the end. Each chapter has been designed to create a deep and lasting impression on the readerÕs mind. ÒIf taught through examples, any concept becomes easy to gaspÓ. This bok follows this dictum faithfully, Yashavant has crafted well thought out programming examples for every aspects of C programming.


KEY FEATURES

Learn real-world C programming as per the latest ANSI standard

All programs work on DOS, Windows as well as Linux

Detailed explanation of difficult concepts like ÒPointersÓ and ÒBitwise operatorsÓ

End of chapter exercises drawn from different universities

Written by best-selling author of Let Us C


WHAT WILL YOU LEARN

Algorithms, control instructions, strings, bitwise operators, flowcharts, functions

Structures, enumerations, data types, pointers, unions, dynamic memory allocation

Storage classes, arrays, File IO, linked list


WHO THIS BOOK IS FOR

Students, Programmers, researchers, and software developers who wish to learn the basics of ANSI C Programming.


Table of Contents

1. Before We Begin

2. Introduction To Programming

3. Algorithms For Problem Solving

4. Introduction To C Language

5. The Decision Control Structure

6. The Loop Control Structure

7. The Case Control Structure

8. Functions & Pointers

9. Data Types Revisited

10. The C Preprocessor

11. Arrays

12. Puppetting On Strings

13. Structures

14. Self Referential Structures and Linked Lists

15. Console Input/Output

16. File Input/Output

17. More Issues In Input/Output

18. Operations On Bits

19. Miscellaneous Features