\0 的ASCII码值是多少

rt

第1个回答  2014-02-18
#include using namespace std; void main() { char c = '\0'; cout<<(int)c<<endl; } 输出是0,所以。呵呵。
相似回答