What is the difference between binary file and text file? Write a C program to write some text "Welcome to BCA program" in a file test.txt.
Marks: 5Chapter: Unit 11: Data File Handling (4Hrs)
Comprehensive questions and detailed answers for Unit 11: Data File Handling (4Hrs). Perfect for exam preparation and concept clarity.
What is the difference between binary file and text file? Write a C program to write some text "Welcome to BCA program" in a file test.txt.
Define file opening modes. Write a program to delete specific record from a file.
Write a C program to copy contents of student.txt file into another file called info.txt.
What is the use of data file in C? Write a program to accept 100 numbers from user and store them in odd.txt file (if number is odd) or even.txt (If number is even) then display odd numbers reading from odd.txt file.