Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Understanding Pointers in C

Posted By: Nice_smile)
Understanding Pointers in C

Understanding Pointers in C by Yashavant Kanetkar
English | Mar. 14, 2003 | ISBN: 8176563587 | 501 Pages | PDF | 64.19 MB

A c programmer without knowledge of pointers is like a fish which doesn't know how to swim. He needs command over pointers to be able to exploit their immense potential. Pointers are all about power and punch and this book covers everything that has anything to do with pointers in a simple, way to understand way. The topics covered include: pointers and arrays pointers and structures pointers and dynamic memory allocation pointers to functions pointers and variable argument lists practical use of pointers pointers and doubly linked lists pointers and circular lists pointers and binary trees pointers and threaded binary trees