Find the output of the following program.

main(){
int a = 10, b, c;
b = a++;
c = a;
cout a " " b " " c endl;
}

Posted on by