File Programs
- Write a program to illustrate the use of put(), get() and getline() functions for Text mode Input/Output.
- Writea program to read character, integer and string from keyboard and write it in “data.txt” file andread from file in text mode.
- Writea program to read your name and roll number from keyboard and write it in “mydata.txt “ file and read from file in text mode
- Write a program to read product name and productprice from keyboard and write it in “product.txt” file and read from file intext mode
- Write down a program to create a file temp.txt,write into the specific file than read the same data from the file
- Writea program to create num.txt file which stores number. Find max value from a file