摘要:
4 #include <ctype.h> int main() { FILE *file; int line_count = 0; int char_count = 0; int ch; int in_line = 0; file = fopen("data4.txt", "r"); if (fil 阅读全文
摘要:
1. #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; printf("sizeof(x) = %d\n", sizeof(x)); for (i = 0; i < N; 阅读全文