What\'s the difference in c+= and c=c+ in thic c program?
#include int main( ) { int a, c = 0; a = c++ + ++c ; printf ("A=%d,C=%d\\n", a