hello all,
i'm writing code in c.
can someone help me out with this problem?
i have to read the first line of a text file into string1.
the second line has to be read into string2.
then strings 1 and 2 have to be compared character by character..
and the number of differences between the 2 strings has to be printed.
can someone give me the code?
thanks
madhan
i'm writing code in c.
can someone help me out with this problem?
i have to read the first line of a text file into string1.
the second line has to be read into string2.
then strings 1 and 2 have to be compared character by character..
and the number of differences between the 2 strings has to be printed.
can someone give me the code?
thanks
madhan
Comment