Answer the question
In order to leave comments, you need to log in
Why doesn't he write numbers?
The code is simple, from mane run time, and in time loop - increment. It just doesn't write numbers.
#include <stdio.h>
void main() {
time();
}
time() {
int t = 0;
while (t < 10)
{
printf("Time %t \n", t);
t++;
}
}
Time
Time
Time
Time
Time
Time
Time
Time
Time
Time
Для продолжения нажмите любую клавишу . . .
Answer the question
In order to leave comments, you need to log in
Error at %t. Where did you find such a specification?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question