Someone decided to use the following C code as part of a benchmark to determine the performance

Question:

Someone decided to use the following C code as part of a benchmark to determine the performance of a computer including its memory. It has two potential faults. What are they? 

for (i = 0; i < 100; i++) { * s+12345 } P = q  x = 0.0; for (j = 0; j < 60000; j++) { X = x + A[j] * B [j]; }

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: