C Programming language

adplus-dvertising
C Pointer

C Pointer is a address variable that hold the address of another variable. We can have a pointer to any variable type. The & is a unary operator that gives the address of a variable.

Previous Home Next
Previous Home Next