Examlex

Solved

Given the Class Definition

question 18

Multiple Choice

Given the class definition:
Class CreateDestroy
{
Public:
CreateDestroy) { cout << "constructor called, "; }
~CreateDestroy) { cout << "destructor called, "; }
};
What will the following program output?
Int main)
{
For int i = 1; i <= 2; i++ )
CreateDestroy cd;
Return 0;
}


Definitions:

Aortic Arch

The curved portion of the aorta, the largest artery in the body, from which major arteries to the head and arms branch off.

External Iliac Artery

A major artery which arises from the common iliac artery to supply blood to the lower limb.

Iliolumbar Artery

An artery that supplies blood to the ilium and lumbar regions of the spine.

Related Questions