2011 Logica Placement Paper

1. main()
{
int x=5;
{
printf(“x=%d ”, x--); }
}

a. 5, 3, 1
b. 5, 2, 1,
c. 5, 3, 1, -1, 3
d. –3, -1, 1, 3, 5