Royal! 2020. 10. 9. 22:05
728x90
반응형

#include<stdio.h>

int main(void){
double *a;
char *b;

printf("%p %p",a,b);
}

728x90
반응형