Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Department of Software

Engineering
Programming Fundamentals-II
LAB TASK-3
Section: S, T

Instructor Name: Mr.Sheharyar Liaqat Total Marks: 5-Marks

Instructions:
 This Assignment is related to based C++ syntax and repetition control structure.
 All program codes should be written in C/C++ by using Dev C++/ Visual studio compiler
for coding.
 Plagiarism in the work is professional dishonesty which leads to strict disciplinary
action and zero in grading of assignment.
 Assignment evaluation is totally based on viva.
 Deadline :23-APRIL-2020

Question 1 : Write the basic functions of file handling in C++

Question 2 : Write a program to create a file at specific location and then write data onto that
file. (Use Specific Path)

Question 3 : Write a program that read data from a specific file placed at specific location and
the display the data until the end of file. (Use eof( ) Function)

Good Luck 

Department of Software Engineering

You might also like