#include<stdio.h>
void main(){ char a = "a"; printf("%d",a);}a保存的是什么东西。
我知道这个程序是错的 但是我就是想知道为什么这样写还能通过结果又是为什么?