Recall that the Euler circuit is a circuit that doesn't repeat edges except first and last and covers all the edges.
In figure I,
Here this circuit does not cover all the edges, so this is not an Euler circuit
In figure II,
This circuit contains all the edges and is not repeated.
This is the Euler circuit.
Hence B is correct.