what is the output of the program? int n=f,m; n==m++; m==++n; printf(n, m);.?
Posted by Raj
what is the output of the program?
int n=f,m;
n==m++;
m==++n;
printf(n, m);.?
Ans: compilation error occurs
int n=f,m;
n==m++;
m==++n;
printf(n, m);.?
Ans: compilation error occurs
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
int n=f,
m; n==m++; m==++n; printf(n,
m);.?,
Wipro technical interview questions
.You can leave a response, or trackback from your own site.