Advantages of using pointer in C
The Pointer in C, is a variable that can store address of another variable of same datatype. The pointer is used to save memory space and get faster execution time. Pointers are considered as the most useful tools in computer program for the following reasons: 1. Using a pointer makes a program very simple and […]
Advantages of using pointer in C Read More ยป