Answer:
C. Memoization
Step-by-step explanation:
Given that Memoization is a computing strategy that is applied in storing the previously calculated values such that values can easily be recalled to execute similar problems or further problems. It is also used in making recurring algorithms productive
Hence, in this case, In dynamic programming, the technique of storing the previously calculated values is referred to as MEMOIZATION