Examlex

Solved

What Is the Output of the Following Code

question 7

Multiple Choice

What is the output of the following code?
Int *p1, *p2;
P1 = new int;
P2 = new int;
*p1=11;
*p2=0;
P2=p1;
Cout << *p1 <<" " << *p2 << endl;


Definitions:

Test-retest Reliability

A measure of consistency where a test is administered twice to the same participants under similar conditions, and scores are compared.

Interrater Reliability

A measure of how consistently different raters or observers evaluate the attributes or performances of subjects or items.

Split-half Reliability

A measure of consistency where a test is divided into two parts, and the scores on both halves are compared.

Split-half Reliability

A measure of consistency where a test is divided into two parts, and the scores on both halves are compared to assess the test's reliability.

Related Questions