Fundamentals of Computer Programming - Old Questions
Question Answer Details
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.
Answer
AI Generated Answer
AI is thinking...