Pointer

How to use C Pointers
To use pointers in C, we must understand below two operators. To access address of a variable to a pointer, we use the unary operator & (ampersand...