Blog Stats
  • Posts - 162
  • Articles - 10
  • Comments - 0
  • Trackbacks - 17

 

C Programming - Pointers

In this tutorial you will learn about C Programming - Pointers, Pointer declaration, Address operator, Pointer expressions & pointer arithmetic, Pointers and function, Call by value, Call by Reference, Pointer to arrays, Pointers and structures, Pointers on pointer.

In c a pointer is a variable that points to or references a memory location in which data is stored. Each memory cell in the computer has an address that can be used to access that location so a pointer variable points to a memory location we can access and change the contents of this memory location via the pointer.

C Programming - Pointers


Feedback

# re: C Programming - Pointers

Gravatar Nice Tutorial again. You can also check some pointer questions at http://www.coders2020.com/c-interview-questions 3/4/2007 2:32 PM | Anupam

Post a comment





 

 

 

 

Copyright © John Jacob