Wednesday, June 27, 2007

The * and the &

In pointers the 2 operators * and & are important.* is the dereferencing operator that is ,it always gets the object that the pointer is pointing to and the & is the referncing operatot it tries to get the address of a variable.Simple ones

Thanks,
Prasanna

No comments: