Not able to understand

I can not understand this program thoroughly, various new things are being taught without proper explanation, how can you expect a new coder to know all of it? This whole strings section should have been kept after classes and objects.

@Parikalp10 strings are a very basic datatype required in a LOT of questions. It is not necessary to learn about classes and objects to learn abour strings. It is not expected of you to know these things beforehand that’s why they’re being taught in lecture. If you are having any troubles with any particular topic please let me know and I’ll try to provide alternate resources or explain them to you.

Yes, I know strings is important but there are certain new things being taught which have not been explained properly. Dynamic and static array also not clear. I am having problem in understanding tokenization and creating our own program for it.
Thanks

Hi @Parikalp10 i am providing some links here please go through them once, if you have any confusion at all please feel free to ask.
strtok() function http://www.cplusplus.com/reference/cstring/strtok/
dynamic memory allocation http://www.cplusplus.com/doc/tutorial/dynamic/
ways to store strings https://www.geeksforgeeks.org/char-vs-stdstring-vs-char-c/
different ways to tokenise a string https://www.geeksforgeeks.org/tokenizing-a-string-cpp/

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.