下面程序的运行结果是:We,s()。#include int main(){ printf (“%s, %c n”, “We”, *”students”); return 0;} A.对 B.错 下面程序的运行结果是:We,s()。#include int main(){ printf (“%s, %c n”, “We”, *”students”); return 0;} A.对 B.错 正确答案:A