小查询:在 Python 中,我知道您可以通过以下方式检查 chara是否在数组内b:
a
b
b = ['a', 'b', 'c', ...] # would be filled with letters if str(a) in b: # instructions.
在 C 语言中是否有类似的运算符或方法?
c arrays char
arrays ×1
c ×1
char ×1