Can't run the code pls help

source.cpp: In function ‘int main()’:
source.cpp:6:17: error: ‘strtok’ was not declared in this scope; did you mean ‘strtol’?
6 | char *point=strtok(s," ");
| ^~~~~~
| strtol

Hey ,you have not used “cstring” header in your code.
After including it your code will work fine.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.