1. The most famous interpolation made by the Brahmins was the addition of Bhagvad Gita to?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Tamil Brahmins who came to Kerala first settled in?....
QA->Which Sultan of Delhi imposed Jazfya on the Brahmins also?....
QA->Which Sultan of Delhi imposed Jazfya on the Brahmins also ?....
QA->“The people who form the Ezhava samajam and Nair samajam are themselves proclaiming that they are non-Brahmins and are of backward class, thereby destroying their eminence and unity”-Who said this?....
QA->Who took initiative to file a counter memorial in favour of Brahmins, against the Malayali Memorial?....
MCQ->The most famous interpolation made by the Brahmins was the addition of Bhagvad Gita to?....
MCQ->Hari (H), Gita (G), Irfan (I) and Saira (S) are sibiligs (i.e. brothers and sisters). All were born on 1st January. The age difference between any two successive siblings (that is born one after another) is less than 3 years. Given the following facts: (i) Hari's age + Gita's age > Irfan's age + Saira's age. (ii) The age difference between Gita and Saira is 1 year. However, Gita is not the oldest and Saira is not the youngest. (iii) There are not twins. In what order were they born (Oldest first)?....
MCQ->What is correct about the following program? #include class Addition { int x; public: Addition() { x = 0; } Addition(int xx) { x = xx; } Addition operator + (int xx = 0) { Addition objTemp; objTemp.x = x + xx; return(objTemp); } void Display(void) { cout<< x << endl; } }; int main() { Addition objA(15), objB; objB = objA + 5; objB.Display(); return 0; }....
MCQ->What will be the output of the following program? #include<iostream.h> struct MyData { public: int Addition(int a, int b = 10) { return (a = b + 2); } float Addition(int a, float b); }; int main() { MyData data; cout<<data.Addition(1)<<" "; cout<<data.Addition(3, 4); return 0; }....
MCQ->Gita donated her earnings of Wednesday to Naveen. What was Naveen's total earning on Wednesday after Gita's donation?....
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