C
Programming and Technical
output?
Q. What is a pointer?
A. Pointer is a variable that contains address of another variable in the memory. Pointers are quite useful in creation of linked data structures (such as linked lst, trees graphs), managing object allocated memory dynamically, optimize the program to execute faster and use less memory.
Read Solution (Total 0)
C Other Question