对于定义 char str[] = "abc\000def\n"(注:其中0为数字零),求字符串str的长度len和数组str的大小size,len和size分别是( ) A、12,13; B、3,4; C、3,9; D、3,11 发布时间:2025-06-03 11:20:58