#include stdio . h #include stdlib . h int main(){ int *p; p = (int *) malloc (20); printf("%d\n", sizeof (p)); free(p); return0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login