1. Next to Hindi, which is the language spoken by the largest number of people in the Indian sub-continent?

Answer: Bengali

Reply

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

Comments

Show Similar Question And Answers
QA->Next to Hindi; which is the language spoken by the largest number of people in the Indian sub-continent?....
QA->Next to Hindi, which is the language spoken by the largest number of people in the Indian sub-continent?....
QA->Which language is Next to Hindi spoken by the largest number of people in the Indian subcontinent?....
QA->Next to Hindi, language spoken by the largest number of people in the Indian subcontinent is:?....
QA->What is the name of the group of languages spoken by the largest number of people in India?....
MCQ->Which one of the following is not the central feature of Article 343 of Constitution of India? 1.Hindi of Devnagri script shall be national language of the Union 2.The official language of the Union shall be Hindi in Devnagri script 3.English language shall continue to be used for official purposes within States 4.If two or more states agree,Hindi should be the official language of communication between the states Select the correct answer using the codes below...
MCQ->Next to Hindi, language spoken by the largest number of people in the Indian subcontinent is:?...
MCQ->Next to Hindi, the language spoken by the largest number of people in India?...
MCQ->What will be the output of the program? class Super { public int i = 0; public Super(String text) / Line 4 / { i = 1; } } class Sub extends Super { public Sub(String text) { i = 2; } public static void main(String args[]) { Sub sub = new Sub("Hello"); System.out.println(sub.i); } }...
MCQ->What will be the output of the program? class Super { public Integer getLength() { return new Integer(4); } } public class Sub extends Super { public Long getLength() { return new Long(5); } public static void main(String[] args) { Super sooper = new Super(); Sub sub = new Sub(); System.out.println( sooper.getLength().toString() + "," + sub.getLength().toString() ); } }...
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