April 2010
Intermediate to advanced
356 pages
7h 45m
English
With pointers we can perform lot many operations by using memory addresses. It is possible to access and display the memory location of a variable using '&' operator. A pointer variable holds the memory address of any type of variable. The pointer variable and normal variable should be of the same type. The pointer is denoted by asterisk (*) symbol.
Pointer: A pointer is a variable that holds a memory address. A pointer can have any name that ...
Read now
Unlock full access