+ 1
What is the meaning of # in following line. While(str[i]!='#')
c++
3 ответов
+ 2
It's a character, ie search through string until you get to a #.
+ 1
what kind of character is it?
0
Um is there any context?
Special character or punctuation. It's a literal character not an escape or meta character.