What is the output of the following code ?
int x[4]={1,2,3};
printf("%d%d%D",x[3],x[2],x[1]);

Posted on by