C pointer to int

int *ptr;

In the above declaration ptr is pointer to integer i.e. ptr can hold address of integer variable.

No comments: