单项选择题

下列属于C语言语句的是______。

A.printf("%d\n",a)
B.#include<stdio.h>
C.a=b;b=c;c=a;
D./*this is a program*/