Can you guess the output!?
#include <stdio.h>
void main()
{
    int a= 10;
    int b= b++ + 10;
    printf("%d,%d",a,b);
    return 0;
}




Posted on by