Examlex

Solved

What Will Be the Output After the Following C++ Statements

question 11

Multiple Choice

What will be the output after the following C++ statements have been executed?
Int a, b, c, d;
A = 4;
B = 12;
C = 37;
D = 51;
If a < b )
Cout << "a < b" << endl;
If a > b )
Cout << "a > b" << endl;
If d <= c )
Cout << "d <= c" << endl;
If c != d )
Cout << "c != d" << endl;


Definitions:

Frontal Lobe

The region of the brain located at the front of each cerebral hemisphere, responsible for decision making, problem solving, and voluntary movements.

Temporal Lobe

A region of the cerebral cortex responsible for processing auditory information and involved in speech and memory functions.

Occipital Lobe

The region of the cerebral cortex located at the back of the brain, responsible for processing visual information from the eyes.

Parietal Lobe

One of four main lobes of the brain, located at the top of the head, responsible for processing sensory information regarding the location of parts of the body as well as for visual perception and language processing.

Related Questions