Question: 1 Write a program in C to create a file as follows: a) Write multiple lines in a text file Sample Output: Input the number
1 Write a program in C to create a file as follows: a) Write multiple lines in a text file Sample Output: Input the number of lines to be written : 4 :: The lines are :: test line 1 test line 2 test line 3 test line 4 The content of the file test.txt is : test line 1 test line 2 test line 3 test line 4 PROGRAM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
