178k views
1 vote
Given the input stream variable cin, the expression ________ evaluates to true if the last input succeeded.

a. (cin == 0)
b. (cin <<)
c. (cin)
d. (cin = 1)

1 Answer

5 votes

Answer:

d. (cin = 1)

Step-by-step explanation:

User Synchronizer
by
7.8k points