Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Use of nested loops.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Morris Dovey, post: 1686173"] Hmmm. How about: #include <stdio.h> int main(void) { int i,j,k; for (i=0; i<10; i++) for (j=0; j<10; j++) for (k=0; k<10; k++) puts("Where's the blocks?"); return 0; } ? [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Use of nested loops.
Top