Solved

Suppose That Ch1, Ch2, and Ch3 Are Variables of the Type

Question 32

Multiple Choice

Suppose that ch1, ch2, and ch3 are variables of the type char.The input is:​ A B
C

What is the value of ch3 after the following statements execute?

Cin) get(ch1) ;
Cin) get(ch2) ;
Cin) get(ch3) ;


A) 'A'
B) 'B'
C) 'C'
D) '\n'

Correct Answer:

verifed

Verified

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

Related Questions