C program to create .txt file containing 10 records. Record schema will be as follows: customer id integer, type of customer char (1) G/B, age integer and name char (20).
This is a discussion on hi to create a .txt file within the C Programming forums, part of the General Programming Boards category; C program to create .txt file containing 10 records. Record schema will be as follows: customer id integer, type of ...
C program to create .txt file containing 10 records. Record schema will be as follows: customer id integer, type of customer char (1) G/B, age integer and name char (20).
Vijay, we don't do homework, please read our policy. We help students (and others), who have specific problems with their programs. You show that you've been working on the problem by posting your code, or a portion of your code, that shows the problem.
You'll never be a decent programmer, or pass your tests, if someone else is doing your homework all the time. Especially with programming - it takes practice to be good.
Post back when you have some code, and are prepared to tell us what the problem with it is.
Very good. Carry on and write the program.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way