Output......?

#include <stdio.h>

int main()

{

int a = 2 ;
int b = 2 ;
int c =a 11--b;
 int d = a + 88 - - b ;

printf("a = %d, b =\%d , c =\%d , d =\%c", abcd);
return 0;

}

Posted on by