what is the output of the program?
int n=f,m;
 n==m++;
m==++n;
printf(n, m);.?

Ans: compilation error occurs