What is the output of following code?

int main()
int a ={10,11,12};
printf("%d",++a);
}

Posted on by