Fundamentals of Computer Programming - Old Questions
Question Answer Details
7. What is dynamic memory allocation? Write a program to find sum and average of n numbers entered from the keyboard using dynamic memory allocation to create array to store these n numbers.(2+4)
Answer
AI Generated Answer
AI is thinking...