Posts by Daniel • 11 points
1 post
-
1
votes1
answer131
viewsQ: What error? Strtok C
I made the following code that takes a string of 3 numbers separated by space, then delimits them and allocates each number in an array position, at the end it prints the array, the code works but…