该文被密码保护。 阅读全文
posted @ 2020-07-14 17:13 NaughtyCoder 阅读(3) 评论(0) 推荐(0)
摘要: 指针和数组 #include <iostream> using namespace std; void equal(char str7[], char str8[]) { printf("%d\n", str7 == str8); } int main() { char str1[6] = "hel 阅读全文
posted @ 2020-07-14 16:43 NaughtyCoder 阅读(108) 评论(0) 推荐(0)