WHY ARE WE USING POINTERS IN C?
C Pointer is a variable that stores/points the address of another variable.
C Pointer is used to allocate memory dynamically (i.e. at run time)
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
C Pointer is a variable that stores/points the address of another variable.
C Pointer is used to allocate memory dynamically (i.e. at run time)
need an explanation for this answer? contact us directly to get an explanation for this answer