int ip = 195743;

char g[4];

    *(int*)g = ip;


여기서 *(int*)g = ip; 이건 대체 뭐임


포인터는 int *p

p = &a;


이런식으로밖에 안써봐서 그런데 좀 알려줄사람;;