Introduction Indian Prime Minister is a constitutional post in India who is head of the central government and elected by people of India. Prime minister is most powerful entity in the government who runs the country with his/her vision and policies. It’s a powerful job, but it's a job indeed, that is why PM gets Appointed, takes oath, he or she have a maximum term of service and a fixed salary with many perks. It's important for us to get all the information about this prestigious job, this is why we have mentioned everything all the details related to the ... Read More
Introduction For Indians, being a parliamentarian is matter of pride and it’s a prestigious job. But, mostly parliamentarians see it as a job which have a good pay and salary allowances. Indeed, it's a job and for being it, this is our duty to know all the relatable information about it. If you are preparing for the competitive examinations, then please stay with us till the end of this article. So, let's start- Oath and Affirmation of Parliamentarians in India In India, Parliamentarians are required to take an oath or make an affirmation before taking office. The Oath or ... Read More
Introduction In Indian Parliament, there is huge importance of Presiding Offer for regulating, controlling and ensuring the proceedings of the Parliament should have conducted in orderly manner. Even for Competitive exams, the role of presiding officer is more important. If you are looking for gaining the all the knowledge about presiding officer of the parliament, then please stay with us till the end of this article, because we are going to provide you all the related information about the same. So, let's start- Who is Presiding Officer of the Parliament? The presiding officer of the Parliament of India depends ... Read More
Introduction Indian parliament is a key place where the power of Indian democracy can be seen with its all dimensions. Organization of the temple of Indian Democracy is not that complicated but bulky. Still it is important for candidates who are preparing for Exams like UPSC, SSC, and State PSC etc. If you are preparing for the same, then please be with us till the end of this article, because we have added all the related information about “Organization of the Parliament of India” in this article below. So, let's start- History of Indian Parliament The history of the Indian ... Read More
Introduction Loss of Indian Citizenship: The nature of Indian citizenship is unitary and Single Citizenship. It is not simple to gain the Indian Citizenship, but loosing is. This is why, as an aware citizens of India, we need to be aware about those points on which an Indian can lose its citizenship. In this article, we have mentioned everything about loss of Indian Citizenship, their causes and consequences. So, let's start- Nature of Indian Citizenship Indian citizenship is the legal status granted to an individual who is recognized as a member of the Indian nation. It is a complex ... Read More
Introduction If we discuss about the Legislative Relation under Center State Relations, then article 245 to 255 of part eleven of Indian Constitution have provisions related to it. Legislative Relation have a deep value for the Center State Relations in India, and this is why in government / competitive exams, some questions might come for us relisted to it. This is why, in this article, we have mentioned almost everything about the Legislative Relation under Center State Relations in detail. So, let's start- Legislative Relation Under Center State Relations The legislative relations between the central and state ... Read More
The process of combining the elements of the given arrays is known as merging. This operation can be done in many ways using many techniques. Let us discuss all techniques that help in merging the given arrays in Python. Before getting into the techniques, let us understand how merging of arrays takes place with a simple Input output scenario. Input Output Scenario Consider two arrays arr1 and arr2. arr1 = [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] arr2 = [ 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] Now, the merged ... Read More
While considering the multi-dimensional arrays as an example, there is a method that is capable of finding the common elements present within a multi-dimensional array - intersection_update(). This method is used in order to find the common or intersecting elements present within the same array which is multi-dimensional in nature. Let us consider an input output scenario and then proceed with a program. Input Output Scenarios Consider a 2D array which is multi-dimensional in nature. arr = [[1, 2, 3, 4], [3, 4, 5, 6], [7, 8, 3, 4], [4, 9, 8, 3], [4, 3, 10, 12]] The ... Read More
Introduction In a federal structure of a country, there are many fault-lines that needs to be fixed as soon as it occurs. There are many examples of these fault lines like water disputes, land disputes, tax disputes, travel disputes, language disputes and many more. In this article, we are going to inform you about the Interstate Water Disputes related to Indian states; also, Legal and constitutional framework of that disputes. If you are here for increase your knowledge about Interstate Water Disputes and their related resolutions, then please be with us till the end of this article. So, let's ... Read More
What is Concatenation of Arrays? The process of combining the arrays into a single array or merging the arrays into a single array is known as Concatenation of arrays. This mechanism can be done in many ways using several techniques. Let us discuss all techniques that help in concatenation of arrays in Python. Input Output Scenarios Consider three arrays to perform concatenation. arr1 = [“ Hello ”, “ World ”, “ My ”, “ Name ”, “ is ”, “ Python ”] arr2 = [“ Hello ”, “ World ”, “ My ”, “ Name ”, “ is ”, “ ... Read More
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP