fork download
  1. #include<stdio.h>
  2.  
  3. int main()
  4. {
  5. int a = 1, b = 2, c = 3;
  6. printf ("%d", a+=(a+= 3, 5, a));
  7. }
  8.  
Success #stdin #stdout 0s 5328KB
stdin
Standard input is empty
stdout
8