What will be the output of this program?
include stdio.h  
int main() {
int i = 5;
printf("%d", i = ++i == 6);
return 0;
}

Posted on by