Question: (This is for c++) 0. Assuming c is a variable of type char, which of the following is a valid expression that extracts the next
(This is for c++)
0. Assuming c is a variable of type char, which of the following is a valid expression that extracts the next character, including whitespace, from cin and assigns it to c? A) cin oc B) cin.get(c) C) cin.getc(c) D) cin.getchar(c)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
