#include <stdio.h> void main() { y(); y(); } void y() { static int u = 2; --u; printf("%d", u);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login