Output Title of Post’s Current Category

This is the simplest answer I could find so far:

$category = get_the_category(); echo $category[0]-> cat_name;