The sizeof operator yields the size (in bytes) of its operand, which may be an ... #define BUFLEN 42 char buf[BUFLEN]; memset(buf, 0, sizeof(BUFLEN)); ...
確定! 回上一頁