C file handling question with examples.
Basic Questions
- Write a program to read the numbers from the file and then write all odd number to file odd.txt and all even number to even.txt
- Write a program to take 10 integers from the file and write the square of these integers into another file
- Write a program to Read Integer value from the file and write into another file
- Write a program to print all the prime number between 1 to N in file prime.txt
- Write a program to Write a Sentence to a File
- Write a program to Read a Line From a File and Display it
- Write a program to list files in the directory
- Write a program to Delete a specific Line from a Text File
- Write a program to Replace a specified Line in a Text File
- Write a program to read names and marks of n number of students and store them in a file
- Write a program to find the number of lines in a text file
- Write a program to read names and marks of n number of students and store them in a file
- Write a program to copy the content of the file into Another File
No comments:
Post a Comment