Create a C Program that removes HTML tags from an input string.
<html><body>the quick brown fox <a href="https://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog"> jumps </a> over the lazy dog </body></html>
the quick brown fox jumps over the lazy dog