#include <stdio.h>int i = 5;while(i < 20) { printf("%d : Go for loop programming\n", i); i += 5;}
Standard input is empty
#include <stdio.h> int i = 5; while(i < 20) { printf("%d : Go for loop programming\n", i); i += 5; }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!