c语言中%c与%s的区别_百度知道
最佳答案: %c格式对应的是单个字符,%s格式对应的是字符串。例:char a;char b[20];scanf("%c",&a); //只能输入一个字符。scanf("%s",b); //可以输入...更多关于[C的问题>>
C语言中[ ]代表什么?_百度知道
最佳答案: 代表数组 例如 int a[6] 则表示a是一个长度为6的整形数组, 当使用时,也可以表示数组中的元素 例如 a[1]则表示上面数组中的第二个元素。更多关于[C的问题>>
c语言中!是什么意思?_百度知道
最佳答案: !逻辑非 如!3 值为0 即为假 !0值为1即为真 跟~不一样,~是按位取反,如~3 即 ~00000011 结果为11111100更多关于[C的问题>>
C - Wikipedia
C From Wikipedia, the free encyclopedia Jump to: navigation, searchThis article is about the letter of the alphabet...HistoryLater useUse in orthographiesOther usageen.wikipedia.org/wiki... - 百度快照 -&