C pointer to pointer

float **ptr;
ptr is pointer to pointer i.e. ptr can keeps address of address of float type variable.

Good example

No comments: