1. Name the new Chairman of Central Board of Direct Taxes (CBDT) who will succeed Sushil Chandra?

Answer: Pramod Kumar Mody

Reply

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Name the new Chairman of Central Board of Direct Taxes (CBDT) who will succeed Sushil Chandra?....
QA->Name the former Chairman of Railway Board who has been appointed as the Chairman and Managing Director of Air India?....
QA->On which tax is the minimum effect of Direct Taxes?....
QA->Who was appointed as the new Chairman of Railway Board succeeding Ashwani Lohani?....
QA->Age limit of the chairman and vice chairman of central administrative Tribunal....
MCQ->The newly appointed Chairman of the Central Board of Direct Taxes (CBDT) in 2014 is - -...
MCQ->Which of the following are among the taxes levied exclusively by the Central Government and are mentioned in the Union List of the Seventh Schedule of the Constitution of India: (1) Corporation Tax (2) Taxes on advertisement in the newspapers (3) Taxes on Agricultural income (4) Taxes on consumption/sale of electricity...
MCQ->The government set up a committee headed by the Chairman, Central Board of Direct Taxes some time back to go into...
MCQ->Statement: Let us increase the taxes to cover the deficit. Assumptions: The present taxes are very low. Deficit in a budget is not desirable. If the taxes are not increased, the deficit cannot be met.

...
MCQ->What will be the output of the program? public class WrapTest { public static void main(String [] args) { int result = 0; short s = 42; Long x = new Long("42"); Long y = new Long(42); Short z = new Short("42"); Short x2 = new Short(s); Integer y2 = new Integer("42"); Integer z2 = new Integer(42); if (x == y) / Line 13 / result = 1; if (x.equals(y) ) / Line 15 / result = result + 10; if (x.equals(z) ) / Line 17 / result = result + 100; if (x.equals(x2) ) / Line 19 / result = result + 1000; if (x.equals(z2) ) / Line 21 / result = result + 10000; System.out.println("result = " + result); } }...
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution