Fundamentals of Computer Programming - Old Questions

Question Answer Details

8. What is a pointer and explain its applications? Write a program that uses pointers to copy an array of double.

OR

Define a pointer. Write a function that is passed an array of n pointers to the maximum of the floats.

6 marks
Asked in 2065

Answer

AI Generated Answer

AI is thinking...