If you want to examine an input value without actually removing it from the input stream, you can apply a member function of cin to the variable ch, which you are to assume is a char type variable. Which of these does this task?
a)```
cin.get(ch);
```
b)```
cin.put(ch);
```
c)```
cin.peek(ch);
```
d)```
cin.putback(ch);
```
c)```
cin.peek(ch)
```
Computer Science & Information Technology
You might also like to view...
An option that opens the database so that changes can be made, but no one else may open the database at the same time
a. Open b. Open Exclusive Read-Only c. Open Exclusive
Computer Science & Information Technology
James is building a disaster recovery plan for his organization and would like to determine the amount of acceptable data loss after an outage. What variable is James determining?
A. SLA B. RTO C. MTD D. RPO
Computer Science & Information Technology