ANSWER : C

Explanation :

printf( "%i ", 35, 2+8*5%10-2 );

As no format specifier is mentioned for the expression " 2+8*5%10-2 " , hence only "35" will get printed on the screen.

Notes :

Format specifiers

int       -    %i , %d

float    -    %f

char     -    %c