游玩C语言-putchar输出字符函数 错误:cannot convert parameter 1 from 'char [2]' to 'int'
cannotconvertparameter1from‘char[2]’to‘int’Thisconversionrequiresareinterpret_cast,aC-stylecastorfunction-stylecast错误意思是:字符单双撇号使用错误,将下列“”,修改为‘即可。#includeintmain(){//错误示例putchar("^");putchar(