PSTC QUESTION BANK ON MODULE -3_4_5
PSTC QUESTION BANK ON MODULE -3_4_5
Affiliated to JNTUH, Approved by AICTE, Accredited by NAAC with A++ Grade, ISO 9001:2015 Certified
Kacharam, Shamshabad, Hyderabad – 501218, Telangana, India
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
28 Write a C program that uses fseek() to skip a specified number of bytes from the current position
CO5 L3
in a file and display the data at the new position.
29 Illustrate with an example how to copy the contents of one text file into another. CO5 L3
30 Discuss the process of opening files in read and write modes and how the contents are copied
CO5 L3
efficiently using file handling functions.