不可以吧 整形只能被赋予整形的
以下程序可以运行,输出的应该是字符串的首地址。#includeint main(){ int a; a="how are you"; printf("%d\n",a); }