Question: 1) The correct order in which an exception is detected and handles is a.try,catch,throw b.throw,catch,try c.catch,throw,try d.try,throw,catch 2) In order to perform file processing in

1) The correct order in which an exception is detected and handles is

a.try,catch,throw

b.throw,catch,try

c.catch,throw,try

d.try,throw,catch

2) In order to perform file processing in C++ , which header file must be created ?

a. , and

b. and

c< cstdio> and

d and

3. Without the statment .........., all ......statement must be written as std::cout.

a.using namespace std;cout

b. using std namespace ;cout

c.using std :: namepscae ;cout

d. using std ;namespace std::cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!