#include <stdio.h>void main(){ int a= 10; int b= b++ + 10; printf("%d,%d",a,b); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login