We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1030cd3 commit e946078Copy full SHA for e946078
1 file changed
fp.c
@@ -17,5 +17,5 @@ int main() {
17
18
for (int i = 0; i < ARRSIZ; ++i)
19
printf("%d ", arr[i]);
20
- putchar('\0');
+ putchar('\n');
21
}
0 commit comments