多项选择题

以下函数的功能是连续输出n个*符号,替换【】后不可能实现程序功能的代码是()。void p_star(int n){ int i; for(i=1;i<=n;i++) 【】('*');} A. output B. putchar C. scanf D. getchar