This is a question from Bondy & Murty book, 4.1.3.
The question asks to show that every block of an eulerian graph is eulerian.
I have been stuck for a while now. The hint in the book says to use the fact that for each vertex $v$ of $G$, every cycle through $v$ is contained in some block of $G$. I do not see how one can utilize this.
If your edition of B&M isn't too different than mine, Problem 4.1.4 has you show that the edge set of an eulerian graph can be partitioned into cycles. You should already know that the edge set of a graph can be partitioned into blocks. The hint is to demonstrate that the cycle partition must be a refinement of the block partition. Therefore, considering the union of the cycles belonging to a given block shows that the block is also eulerian.