Wednesday, 20 May 2015

Q29,paper 2,D 12.Which of the following are two special functions that are meant for handling exception, that occur during exception handling itself ?


(A) Void terminate ( ) and Void unexpected ( )
(B) Non void terminate ( ) and void unexpected ( )
(C) Void terminate ( ) and non void unexpected ( )
(D) Non void terminate ( ) and non void unexpected ( )
Answer (A).
A function prototype is 'return type fn(arguments)'.

No comments:

Post a Comment

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