top of page

Pointers and Arrays

Pointer Pointer is a variable that store the address of another variable Syntax : <type> *ptr_name; Two operators mostly used in pointer...

bottom of page