#include int main(){ int i=320; char *ptr=(char *)&i; printf("%d",*ptr); return 0; }
Not registered? Create an account
Forgot Password?
Already a registered user? Login