Respuesta :

Answer:

B - Statement

Explanation:

A method returning void (not returning a function value) cannot be called through another method, expression or constant but would be called simply through an individual statement. E.g. when working with istream and ifstream >> cin.get( );

ACCESS MORE