Programming in C
Programming in C
Candidates are required to give their answers in their own words as far
as practicable.
The figures in the margin indicate full marks.
Attempt all the questions.
1
6. a) Create a structure called student with data members name, rollno and 8
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 7
pointer, fopen (), and fclose () functions with a simple program.
7. Write short notes on: (Any two) 2×5
a) Programming Languages
b) String Functions
c) Advantages of Functions