Joke Collection Website - Joke collection - Programming problems of c language

Programming problems of c language

% means to find the remainder.

The equal sign (=) indicates assignment.

Two equal signs (= =) indicate equality.

If it is conditional judgment. If. . . . Just ... . .

If(n%i==0) above means that if the remainder of n divided by I is 0, it is broken.

Breaking means jumping out.

As for why if (I & gt=n) print out this number n ..

This is the effect of this program itself, so it must be done.