Get id of button

Get id of button

Hello All,

$('.btn_class').click(function () {


});

If i have above code then how can i find out the id of tag who has classname is "btn_class".