HI..
I need to read a file called 'input.txt' which contains several lines, with different size lengths.. I need to be able to read the whole file and each time i get to a ; i must print the string to the screen.

for example..

the file might say something like...

Hello World; How are you all?;
Is this working fine or not? Please tell me?

(Note the last string does not require a ; at the end)

so when it reads the file i want it to display:
Hello World
How are you all?
Is this working fine or not? Please tell me?

I know this might sound alot but i'm very new to C and am stuck with what to do here.. Please help me! thanks