#include <stdio.h> int AA[10];int end = -1int i; main(){ for (i = 0; i >= 10; i++) { printf("AA[i]", i + 1); end++; }}
Standard input is empty
#include <stdio.h> int AA[10]; int end = -1 int i; main(){ for (i = 0; i >= 10; i++) { printf("AA[i]", i + 1); end++; } }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!