0% found this document useful (0 votes)
12 views1 page

C++ File Handling Lab Exercises

Uploaded by

Shreyank Singh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

C++ File Handling Lab Exercises

Uploaded by

Shreyank Singh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Object Oriented Programming Lab

Questions(CS203)

1. Write a C++ Program to Encrypt Files using File Handling.


2. Write a C++ Program to Count Digits Alphabets and Spaces using File Handling.
3. Write a C++ Program to Count Words Lines and Total Size using File Handling.
4. Write a C++ Program to Decrypt Files using File Handling.
5. Write a C++ Program to Merge Two Files into a Single file.
6. Write a C++ Program to Maintain Book Records using File Handling using File
Handling. Here’s simple Program to Maintain Book Records using File Handling in
C++ Programming Language.
Example Program in C++ Using file handling to perform following
operations:
a) add new record
b) View all records
c) Delete particular record
d) Search record
e) Update record
7. Write a C++ Menu Driven Program to perform Add, Modify, Append and Display in
File Handling. Here’s simple Program for Student Database using File handling in C+
+ Programming Language.
8. Write a C++ Program to Enter or Insert Data into File using File Handling. Here’s
simple Program to Enter or Insert Data into File using File Handling in C++
Programming Language.

You might also like