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...

Operationally, the ____________________ professional is involved in the collection, processing, and preservation of evidence from every meaningful incident.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Describe the three questions you should ask yourself when troubleshooting a wireless networking problem.

What will be an ideal response?

Computer Science & Information Technology