Answer:
#include <stdio.h>
int main()
{
for (int n = 12; n > 0; n--) {
printf("%d x 2 = %d\n", n, n * 2);
}
}
Explanation:
Only one loop.
I believe it is the first one, i did some research for this question
Answer:
sorry can´t understand langues
Explanation:
cant
At the end of the file, so that additional data is appended while the existing data stays intact.