Elective Programming In C

Programming In CPU Spring 2023

a) Create a structure called student with data members name, rollno and college for 10 students. Display the name of the students who study at SoE. b) What are the different file opening modes?…

15
  • a) Create a structure called student with data members name, rollno and college for 10 students. Display the name of the students who study at SoE.
  • b) What are the different file opening modes? Explain the role of FILE pointer, fopen (), and fclose () functions with a simple program.
A worked answer is on its wayMeanwhile, read the Programming In C notes for this topic.

Discussion

Loading…

More Programming In C questions

All Programming In C old questions