小编Jay*_*Roy的帖子

在 C 中使用 INSIDE 函数

小查询:在 Python 中,我知道您可以通过以下方式检查 chara是否在数组内b

 b = ['a', 'b', 'c', ...] # would be filled with letters
 if str(a) in b:
      # instructions.
Run Code Online (Sandbox Code Playgroud)

在 C 语言中是否有类似的运算符或方法?

c arrays char

3
推荐指数
1
解决办法
93
查看次数

标签 统计

arrays ×1

c ×1

char ×1