#include <stdio.h>
main(){
int myAge[5];
myAge[0] = 2;
myAge[1] = 3;
myAge[2] = 4;
myAge[3] = 5;
myAge[4] = 6;
printf("my age is %i", myAge[0]);
return 0;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter