What is DMA? Write a program to find the largest and smallest number in a list of n numbers using DMA.
Marks: 5
Year: 2019 Final TU FOHSS
1. What is DMA? (Definition + Key Points) Definition DMA (Dynamic Memory Allocation) is the process of allocating memory at runtime using functions from <stdlib.h> in C. It allows a program to requ