dareent6532 dareent6532 30-05-2023 Computers and Technology contestada What character will be in variable c after running this code? int x; char c; cin >> x cin.get(c); A. Whatever character is typed by the user B. Newline C. Null D. Blank