What is the output of this code.
main(){
int a = 2, b, c;
b = a++;
c = a;
cout a " " b " " c endl
}






Posted on by