Possible Duplicate:
Getting the Specified content into the buffer in c
I have a text file as shown Below.
<HTML>
<BODY>
Hello, User
<BODY>
<HTML>
I need a C program to Capture Hello, User into a buffer variable..
Can anyone please help me..
Thanks
Is this your homework? You should really be doing this yourself if it is… how will you learn otherwise? You should also provide what you have already done when you post a question.
Here is a very bare-bones solution.