Which of the following is the Average Case Time complexity for the Bubble sort algorithm?

A ) O( n log n)

B ) O(n)

C ) O ( n²) ✅

D ) O ( n log² n)