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.
b.
c< cstdio> and
d
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
