0
18kviews
Explain the significance of pointers in C.

Mumbai University> FE > Sem 2> STRUCTURED PROGRAMMING APPROACH

Marks: 4 M

Year: Dec 2016

1 Answer
1
1.8kviews

Significance of pointers:

  1. Pointers provide direct access to memory

  2. Pointers provide a way to return more than one value to the functions

  3. Reduces the storage space and complexity of the program

  4. Reduces the execution time of the program

  5. Provides an alternate way to access array elements

  6. Pointers can be used …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.