How to get Current Customer Group id in Magento.?

With the following code one can easily get the specific Current customer group id with logged in or session information. Mage::getSingleton(‘customer/session’)->getCustomerGroupId(); is used to get current customer group id details...