#include<stdio.h>int main(){ char *p; p="%d\n"; p++; p++; printf(p-2, 23); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login