Variable declaration reset: Difference between revisions

m
→‎{{header|C}}: Corrected program comment.
m (→‎{{header|C}}: Corrected program comment.)
Line 44:
 
/* There is no output as 'prev' is created anew each time
around the loop and set implicitlyexplicitly to zero. */
for (i = 0; i < 7; ++i) {
int curr = s[i];
9,485

edits