Image

Imagepagankz wrote in Imagecpp

To CPPP (C++ Professionals)

Question to CPPP (C++ Professionals):

int c = 1;
c += c++ + ++c;
printf("c = %d", c);

c = ???

;-))))