不是VIP会员,不能显示答案

题目解答

题目:
要使用putchar 函数实现向显示器输出字符“A”,则可以使用( )。
  • A.putchar(65)
  • B.putchar(A)
  • C.putchar('\65')
  • D.putchar("A")
考点:
分析:
解答:
评论:
老师: