the link is provided pls check the code
Https://ide.codingblocks.com/s/654344
please change this part of code,
for (int i = 1; i < l; i++){
int ascii = int(a[i]);
if (ascii >= 65 && ascii <= 90)
{
op[j] = '\n';
j++;
}
op[j] = a[i];
j++;
}
op[j] = '\0';
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.