0
How can i slove the math string with strchr in c : 23+46 in strings??
Aa
3 Respuestas
0
What have you tried so far?
Post an attempt.
0
I want the code
0
Put the "23+46" into atoi (from stdlib) to get the 23, next use strchr to find the '+' and put that result into atoi.