单项选择题

有以下程序:
#include <stdio.h>
#include <string.h>
main( )
char a[ 7 ] = "a0 \0a0 \0";
int i,j;
i = sizeof(

A.;
 
<上一题 目录 下一题>
热门 试题

单项选择题
有以下程序:#include <stdio. h>main( ) int a[ ] = 1,2,3,4,5,6,7,8,9,0 , * p; for(p =a;p<a+10;p++) printf( %d, , *p); 程序运行后的输出结果是( )。
A.1,2,3,4,5,6,7,8,9,0,
B.2,3,4,5,6,7,8,9,10,1,
C.0,1,2,3,4,5,6,7,8,9,
D.1,1,1,1,1,1,1,1,1,1,
单项选择题
以下与函数fseek (fp, OL, SEEK_SET)有相同作用的是( )。
A.feof(fp)
B.ftell(fp)
C.fgetc(fp)
D.rewind(fp)
相关试题
  • 有以下程序: #include <stdio.h> ...
  • 有以下程序: #include <stdio.h> m...
  • 有以下程序:#include <stdio.h>int ...
  • 有以下程序: #include<stdio.h> voi...
  • 有以下程序:#include <stdio.h>void...