Posted inClass 9 Computer Engineering Notes
Class 9 | Pointer | C Programming Notes
Pointer A pointer is a special variable that stores the memory address of another variable. A pointer also needs to be declared in a program but cannot store data…