Hello everyone, I am beginner of C and I need a program to remove the text within parentheses.

For example :
Input : [0.12] Hello <int>
Output : Hello

Anyone can give me an example how...