#include <stdio.h> int main(void) { int foo [5] = {10,20,30,40, 50}; printf ("%i", ++foo [3] ); return 0;}
Standard input is empty
41
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!