To format price in Magento, developers use the below givensyntax.
$formattedPrice = Mage::helper('core')->currency($finalPrice, true, false);
BY Best Interview Question ON 03 Mar 2019