for
for ( ; ; ) {}The three expressions of the for loop are optional; an infinite loop can be created as follows:for ( ; ; ) { // infinite loop // your code goes here}
The three expressions of the for loop are optional; an infinite loop can be created as follows:for ( ; ; ) { // infinite loop // your code goes here}
for ( ; ; ) { // infinite loop // your code goes here}
Không có nhận xét nào:
Đăng nhận xét