What ways do we have to define large string literals in C? Let's take this example: ... int main(void) { printf("%s\n", my_str); return 0; }.
確定! 回上一頁