Forum: C Jun 19th, 2009 |
| Replies: 1 Views: 270 Hello
I am having 3 files.
a file contains text as aaaa,bbbb,cccc
b file contains text as 1111,2222,3333
so i want to read these 2 files and write to new file as aaaa1111,bbbb2222,cccc3333.
Can... |
Forum: C Jun 18th, 2009 |
| Replies: 10 Views: 892 Hello,
I need string Reversing in C
Read the output of a file as
ABCDEFGHIFSFSA
1242487132
FSFSA
*
Print the output as |
Forum: C Jun 18th, 2009 |
| Replies: 10 Views: 892 Hello,
I want to read a text file in C and the output file must be created and want to reverse the data in tat output file created.
So i used the below coding but not reversing the data in the... |