C
Programming and Technical
Q. What are the uses of a pointer?
A.
(i)It is used to access array elements
(ii)It is used for dynamic memory allocation.
(iii)It is used in Call by reference
(iv)It is used in data structures like trees, graph, linked list etc.
Read Solution (Total 1)
-
- all
(i)It is used to access array elements
(ii)It is used for dynamic memory allocation.
(iii)It is used in Call by reference
(iv)It is used in data structures like trees, graph, linked list etc.
- 10 years agoHelpfull: Yes(0) No(0)
C Other Question