Loss of Indian Citizenship: Causes and Consequences

Naresh Soni
Updated on 05-May-2023 17:02:17

952 Views

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

Legislative Relation Under Center-State Relations: A Comprehensive Guide

Naresh Soni
Updated on 05-May-2023 16:55:58

264 Views

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

Merge Two Arrays in Python

Nikhitha Chowdary Manne
Updated on 05-May-2023 16:55:23

29K+ Views

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

Find Common Array Elements in Python

Nikhitha Chowdary Manne
Updated on 05-May-2023 16:51:35

270 Views

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

Interstate Water Disputes: Legal and Constitutional Framework Analysis

Naresh Soni
Updated on 05-May-2023 16:51:32

139 Views

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

Concatenate Two Arrays in Python

Nikhitha Chowdary Manne
Updated on 05-May-2023 16:50:40

13K+ Views

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

Check if Two Arrays are Equal in Python

Nikhitha Chowdary Manne
Updated on 05-May-2023 16:49:27

22K+ Views

There are several techniques that helps us to check whether the given arrays are equal or not. The comparison of an array will not depend on the indices of the elements, it will only compare whether that particular element in one array is present in the other array or not. Let us discuss few techniques that compares two arrays and checks whether they are equal or not. There are several techniques that helps us to check whether the given arrays are equal or not. The comparison of an array will not depend on the indices of the elements, it will ... Read More

Different Utility Classes in Materialize CSS

Shubham Vora
Updated on 05-May-2023 16:47:19

295 Views

In this article, we will learn the different utility classes in Materialize CSS, but before proceeding, let's know what Materialize CSS is. Materialize CSS is a popular front-end development framework that offers various features and utilities to create responsive and appealing web applications. One of the essential components of Materialize CSS is its utility classes which offer an easy and efficient approach to adding styles to HTML elements Utility classes are predefined CSS classes that can be applied to any HTML element to achieve a particular styling. Here are Some Utility Classes that you can use Color utility classes ... Read More

Kesavananda Bharati vs State of Kerala: Landmark Case Shaping India's Constitution

Naresh Soni
Updated on 05-May-2023 16:44:37

180 Views

Introduction Kesavananda Bharati vs. State of Kerala is a watershed moment in Indian legal history. It is regarded as one of the Supreme Court of India's most significant judgments, upholding the supremacy of the Indian Constitution and establishing the basic structure doctrine. This article will investigate the case's background, legal issues, and implications, as well as its impact on the Indian legal system and democracy. Kesavananda Bharati & Others (Petitioners) v. State of Kerala (Respondents): Case Summaries The Kesavananda Bharati & Others Versus State of Kerala case, also known as the Fundamental Rights case, is undoubtedly ... Read More

Role of Viewport in Visual Formatting Model

Shubham Vora
Updated on 05-May-2023 16:43:15

161 Views

It is crucial to know about viewport in the visual formatting model for any web developer to develop a responsive website. The viewport is an area that is visible in the browser window or mobile device screen. In this tutorial, we will learn about the role of viewport in visual formatting models with examples. What is a Visual Formatting Model? The visual formatting model allows web browsers to decide how to show the HTML content on the web page. It provides the visualization for the content. The visual formatting model shows the content on the web page according to the ... Read More

Advertisements