0% found this document useful (0 votes)
15 views8 pages

Lab Report Front Page

This document is a lab report submitted by a student named Nitesh Rayamajhi to their teacher Lal Krishna Malik. The report discusses using data files in C programming, with objectives of data persistence, sharing, and handling large datasets. It includes screenshots of coding experiments and concludes that working on the project was an enjoyable learning experience. An acknowledgment thanks the teacher for guidance.

Uploaded by

Pranish Khadka
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)
15 views8 pages

Lab Report Front Page

This document is a lab report submitted by a student named Nitesh Rayamajhi to their teacher Lal Krishna Malik. The report discusses using data files in C programming, with objectives of data persistence, sharing, and handling large datasets. It includes screenshots of coding experiments and concludes that working on the project was an enjoyable learning experience. An acknowledgment thanks the teacher for guidance.

Uploaded by

Pranish Khadka
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
You are on page 1/ 8

TRINITY INTERNATIONAL SS & COLLEGE

Lab-Report on C
(COMPUTER SCIENCE)

Submitted by: SUMITTED TO:


NAME: Nitesh Rayamajhi Lal krishna malik

GRADE:12(j2)
STUDENT ID NUMBER:27515
STUDENT’S EMAIL: rayamajhinitesh18@gmail. com
KATHMANDU, NEPAL
2023
TRINITY INTERNATIONAL SS & COLLEGE

Lab Report #4
(Data File )

Lab date: -
Submission date: -

Internal Signature External Signature

___________ ___________
Acknowledgement
I am feeling blessed to express my profound
gratitude and deep regards to Mr. Lal Krishna Malik
for his consistent guidance, monitoring and
consistent encouragement throughout the course of
this project.
Lastly, I would like to thank my teacher for his
consistent guidance and encouragement through
this project.
Conclusion
Throughout the time of creating this project, I
really enjoyed up to the best. It has been a really
good time with this project. By taking help from
different websites and my book I finally completed
this project. I have tried my best to give my all in
this project and I hope I learn something new from
this experience.
And at last, but not the least I want to thank my
teacher for giving his time to get rid of my
confusions and also thank to my fellow friend who
had contributed a lot in making this project
complete.
Objectives: -
If we want to enter a large amount of data, normally, it takes a lot of time
to enter them all. If you have a file containing all the data, you can easily
access the contents of the file by using few commands in C. You can
easily move your data from one computer to another without changes.
The main objectives of data file in c programming are:
 Data Persistence: Data files allow you to store data in a more
permanent manner compared to variables in memory. This means that the
data you've processed or generated during the execution of your program
can be saved for later use, even after the program has terminated.
 Data Sharing: Data files facilitate the sharing of data between different
programs or different instances of the same program. Multiple programs
can read from or write to the same data file, enabling data exchange and
communication.
 Large Data Sets: Data files are useful when dealing with large amounts
of data that may not fit entirely in memory. Instead of loading all the data
into memory at once, you can read and process data in smaller chunks.
 Data Backup and Recovery: Storing data in files provides a way to
create backups of important information. If a program or system crashes,
you can recover the data from the files.
 Data Analysis and Reporting: Data files enable the collection of data
over time or from different sources. This data can then be analyzed,
processed, and used to generate reports or statistics.
Table of contents

1.Background Theory……………………….…....6
1.1 C- Programming ….…….………….….….6

2.Screenshots of C- Programming ………….….8

3. Conclusion………………………………...…………….21

4. Bibliography………………………….…………….…...22

Qn no 1
Qn no 2

Qn no 3

qn no 4 Qn no 5
Qn no 6 Qn no 8

You might also like