WHat is in Paranthesis?https://hack.codingblocks.com/app/practice/1/539/problem

#include
#include<string.h>

using namespace std;
int main() {
char c[1000];
cin>>c; int i;
char h[1000];
for( i =0;i<strlen©;i++){
if(c[i]==’(’){
while(c[i]!=’)’)
{
cout<<c[i]<<" ";
}
}
}
return 0;
} what is wrong in this??? Please help!!!

hi @Aditikumari please save your code on ide.codingblocks.com and share the link

https://ide.codingblocks.com/s/245219 saved ,please check

hi @Aditikumari the reason I asked you to save your code on ide is because this code has been formatted and the expressions have changed and some characters are missing, and even the indentation is ruined. But you copy pasted this code only, defeating the whiole purpose. Please save your original code (if you have it saved somewhere) else please make the appropriate changes in this code only.

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.