In a stream pipeline, which can return a value other than a Stream?
C.
The source and any intermediate operations are chained and eventually passed to the terminal operation.
The terminal operation is where a non-stream result is generated, making Option C correct.