Hi,
I have a problem. There is one file called abc in that list of ids and names are there. for ex.
1234 sridhar
5678 abcd
etc
I want write a c program to validate the entered number with the file nuumber and get the name and open a file with extension(suppose entered number is 1234 a file shouldbe opened with sridhar.txt)....
How do I do this in c...
Thanks in advance
Sridhar
I have a problem. There is one file called abc in that list of ids and names are there. for ex.
1234 sridhar
5678 abcd
etc
I want write a c program to validate the entered number with the file nuumber and get the name and open a file with extension(suppose entered number is 1234 a file shouldbe opened with sridhar.txt)....
How do I do this in c...
Thanks in advance
Sridhar