Programming and Data Structures GATE SYLLABUS
Programming in C; Functions, Recursion, Parameter passing, Scope, Binding;
Abstract data types, Arrays, Stacks, Queues, Linked Lists, Trees, Binary search trees,
Binary heaps.
BOOKS FOR DOWNLOADING
1. THE COMPLETE REFERENCE -C :
C: The Complete Reference, Fourth Edition gives you full details on C99,
the New ANSI/ISO Standard for C. You'll get in-depth coverage of the C
language and function libraries as well as all the newest C features,
including restricted pointers, inline functions, variable-length
arrays, and complex math. This jam-packed resource includes hundreds of
examples and sample applications.
C-COMPLETE REFERENCE
CLICK TO DOWNLOAD
2. THE C PROGRAMMING LANGUAGE:
By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall
This Second Edition of The C Programming Language describes C as
defined by the ANSI standard. Although we have noted the places where the
language has evolved, we have chosen to write exclusively in the new form. For
the most part, this makes no significant difference; the most visible change is
the new form of function declaration and definition. Modern compilers already
support most features of the standard.
We have tried to retain the brevity of the first edition. C is not a big
language, and it is not well served by a big book. We have improved the
exposition of critical features, such as pointers, that are central to C
programming. We have refined the original examples, and have added new examples
in several chapters. For instance, the treatment of complicated declarations is
augmented by programs that convert declarations into words and vice versa. As
before, all examples have been tested directly from the text, which is in
machine-readable form.
3. A TUTORIAL ON POINTERS AND ARRAYS :
If you want to be proficient in the writing
of code in the C programming language, you must have a thorough working
knowledge of how to use pointers. Unfortunately, C pointers appear to represent
a stumbling block to newcomers, particularly those coming from other computer
languages such as Fortran, Pascal or Basic.
To aid those newcomers in the
understanding of pointers this material is very usefull. To get the
maximum benefit from this material, I feel it is important that the user be able
to run the code in the various listings contained in the article.
4. DATA STRUCTURES NOTES :
OR
TAG CLOUD : download c programming text books, C-Complete-Reference-4th-Ed, c programming material , gate 2014 c programming material , c complete reference , data structures material download, gate material for data structures , data structure notes C: The Complete Reference - Herbert Schildt - McGraw-Hill Education
TAG CLOUD : download c programming text books, C-Complete-Reference-4th-Ed, c programming material , gate 2014 c programming material , c complete reference , data structures material download, gate material for data structures , data structure notes C: The Complete Reference - Herbert Schildt - McGraw-Hill Education