Regarding camel case problem

Can we use string tokenization by passing an array of all capital letters to strtok ??? if yes, how to pass array to strtok

@gunjan13082000 strtok will remove the capital letter from your string if you try to use it here,simple way to solve this question is run a for loop till n-1 and check if your arr[i+1] is capital if yes then break the line else just print your char.

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.