Fundamentals of Computer Programming - Old Questions

8. Why pointer is called jewel of C language? Write a program that uses pointers to copy an array of integer.

OR

Explain the importance of pointer. Write a function that is passed an array of pointers to floats and returns a newly created array that contains those n float values.

6 marks | Asked in 2067