#include void main( ) { char *p; int k; p = malloc(100); printf("%d %d",p, k); }