Right answer is (a) 0
Best explanation: The flush() function is a member of the stream class. The function exists to clear every character that is stored in the buffer. It accepts no arguments since it clears the entire buffer unconditionally on being invoked, so no parameters are required to carry out this operation.