Solved

Suppose That Alpha and Beta Are Int Variables

Question 49

Multiple Choice

Suppose that alpha and beta are int variables.The statement alpha = ++beta; is equivalent to the statement(s) ____.


A) beta = beta + 1;
Alpha = beta;
B) alpha = beta;
Beta = beta + 1;
C) alpha = alpha + beta;
D) alpha = beta + 1;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions