C语言如何加单引号双引号
如何加单引号双引号inputaoutput‘a’“a”#include<stdio.h>int main(){ char n; scanf("%c",&n); printf("\'%c\'\n",n);//单引号 printf("\&qu