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.
Answer
AI Generated Answer
AI is thinking...