login
|
careers
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
1
vote
In C - check if a char exists in a char array
You want strchr (const char *s, int c) If the character c is in the string s it returns a pointer to the location in s. Otherwise it …
answered
Jul 1 at 21:52
Keith Smith
689
●
2
●
7
posts containing
user:12347
within these tags
string
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled