zknepper7501 zknepper7501 29-11-2022 Computers and Technology contestada consider the following declaration. char chararray[51]; char discard; assume that the input is: hello there! how are you? what is the value of discard after the following statements execute? cin.get(chararray, 51); cin.get(discard); discard