1-3 练习题

单选练习题

  • 1

以下选项哪个是C语言中的包含头文件写法


A

include<stdio.h>

B

#include stdio.h

C

#include<stdio.h>

D

#include[stdio.h]