Hi,
I have some different types of data like
Employee number
Employee Name
Employee sex
.
.
.
etc
These Data I will read from stdin.
These data I need to write to a file with pipe (|) as delimiter?
How can I do this? Is there any library function for this.
Please give me a pointer where I can get information on this.
Thanks,
Manjunath
I have some different types of data like
Employee number
Employee Name
Employee sex
.
.
.
etc
These Data I will read from stdin.
These data I need to write to a file with pipe (|) as delimiter?
How can I do this? Is there any library function for this.
Please give me a pointer where I can get information on this.
Thanks,
Manjunath
Comment