char *p[1] = {"hello"};; printf("%s", (p)[0]);; return 0;; }. a) Compile time error b) Undefined behaviour c) hello d) None of the mentioned. View Answer.
確定! 回上一頁