📚 Question Bank Q2 — Programming and Data Structure
Tags
Programming and Data Structure
Q2. Marks: +2.0 UGC NET Paper 2: Computer Sc 23rd August 2024 Shift 1

Arrange the following steps of file handling in C in the correct order:

(A) Close the file

(B) Read from or write to the file

(C) Open the file

(D) Check for error

Choose the correct answer from the options given below:

1.(A), (C), (D), (B)
2.(D), (B), (C), (A)
3.(C), (D), (B), (A) ✓ Correct
4.(B), (D), (A), (C)
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question