The line of code after the line while num!=10: will be executed under what conditions?

A. The number 10
B. The number is not 10
C. The loop has executed fewer than 10 times
D. The loop has executed more than 10 times

C. The loop has executed fewer than 10 times