Kizspy | Question: 24
(Choose 1 answer)
How does using a generator differ from creating a list in terms of memory usage?
A. Generators use more memory than lists
B. Generators and lists have similar memory usage
C. Generators use less memory compared to lists
D. Generators are not suitable for data manipulation