Quiz on Prefix Sum for DSA: Question 1

Last Updated :
Discuss
Comments

What is a prefix sum array?


An array where each element is the sum of all elements to the right of it.

An array that stores the product of elements up to the current index.

An array that stores the sum of elements from the start to the current index.

An array where each element is the sum of all elements to the left of it.

Tags:
Share your thoughts in the comments