Question Set

1. In which year Public Debt Act was passed?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The Britain passed the The Navigation Act was passed in American colonies in ?....
QA->In which year was the first Indian Councils Act passed?....
QA->-In which year, Kerala Co-operative societies Act was passed....
QA->In which year, Kerala Co-operative societies Act was passed....
QA->In which year Right to Information Act was passed in India?....
MCQ->What will be the output of the program? public abstract class AbstractTest { public int getNum() { return 45; } public abstract class Bar { public int getNum() { return 38; } } public static void main (String [] args) { AbstractTest t = new AbstractTest() { public int getNum() { return 22; } }; AbstractTest.Bar f = t.new Bar() { public int getNum() { return 57; } }; System.out.println(f.getNum() + " " + t.getNum()); } }....
MCQ->In which year Public Debt Act was passed?....
MCQ->Mr X invested a certain amount in Debt and Equity Funds in the ratio of 4 : 5. At the end of one year. he earned a total dividend of 3094 on his investment. After one year, he reinvested the amount including the dividend in the ratio of 6 : 7 in Debt and Equity Funds. If the amount reinvested in Equity Funds was Rs 94,500, what was the original amount invested in Equity Funds?....
MCQ->Which of the following statement is correct about the C#.NET code snippet given below? public class Sample { public int x; public virtual void fun() { } } public class DerivedSample : Sample { new public void fun() { } }....
MCQ->Which of the following statement is correct about the program given below? #include<iostream.h> static int Result; class India { public: void Change(int x = 10, int y = 20, int z = 30) { cout<< x + y + z; } void Display(int x = 40, float y = 50.00) { Result = x % x; cout<< Result; } }; class Bix { int x, y; public: void Change(int x, int y = 50) { cout<< x + y; } }; class IndiaBix: public India, public Bix { public: void Display(int x = 10, int xx = 100, int xxx = 1000) { Result = x + xx % x x; cout<< Result ; } }; int main() { IndiaBix objBix; objBix.India::Display(10, 20.00); return 0; }....
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