Wednesday, 17 June 2015

Q13,p3,j14. Match the following with respect to I/O classes in object oriented programming :


List – I
List – II
a. fopen()
i. returns end of file
b. fclose()
ii. return for any problem report
c. ferror()
iii. returns 0
d. feof()
iv. returns a file pointer

Codes :
    a b c d
(A) iv i ii iii
(B) iii i iv ii
(C) ii iii iv i
(D) iv iii i ii

Answer A.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.