Answer the question
In order to leave comments, you need to log in
What determines the speed of while true?
Take the following program (pseudocode):
a = 0
while (true) {
a = a + 1
print(a)
}
а
? From the operating system, from the programming language, or from the processor\SSD? а
if you remove print
? Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question