If you have already removed a character (in char variable ch) from the input stream, you can apply a member function of cin to the variable ch to return it to the input stream. Which of these does this task?
a)```
cin.get(ch);
```
b)```
cin.put(ch);
```
c)```
cin.peek(ch);
```
d)```
cin.putback(ch);
```
d)
Computer Science & Information Technology
You might also like to view...
Compare and Combine is a useful feature to see ________ between two versions of a presentation
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following objects can be used to launch a macro?
A) Chart B) Function C) Hyperlink D) Image
Computer Science & Information Technology
Which of the following is a worm that used several infection mechanisms including Unicode file traversal?
a. Code Red b. Nimba c. Sasser d. My Doom
Computer Science & Information Technology
You can use _____________________ to create a database to help you manage and track a large collection of related data.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology