#include int main(void) { int a = 0; int b = 1; int c = 2; int d = 3; int e = 4; int aa[10]; int i; for(i=0; i < 10; i++) { aa[i] = i; } }