面试的时候被问到这么个问题。 char* p = "ABC"; printf("wo bu hui %d",a); 那个"wo bu hui %d"存在什么地方?"ABC"肯定是作为常量在静态区,printf里面那个有区别吗?