Seems logical and consistent to me. Code: #include <cstdio> int main() { char c = 'x'; char *p1 = &c; printf ...
確定! 回上一頁