Question
Panchayat was added to our constitution through which
amendment?ÂSolution
The Constitution (73rd Amendment ) Act, 1992 has added a new part IX consisting of 16 Articles and the Eleventh Schedule to the Constitution . The 73th Amendment envisages the Gram Sabha as the foundation of the Panchayat Raj System to perform functions and powers entrusted to it by the State Legislatures.
In HTTP request methods, which of the following methods is not idempotent ?Â
In a Max-Heap, what is the relationship between a parent node and its children?
What is the time complexity for performing enqueue and dequeue operations on a queue implemented using a linked list?
Consider the following C++ code:
  class Base {
  public:
    void show() { std::cout << "Base::show" << std::endl;...
The output of the circuit below is _______
What is the time complexity for inserting an element into a binary heap?
What is the best case time complexity of merge sort?
In a system using the Least Recently Used (LRU) page replacement algorithm, which of the following statements holds true?Â
What were the early operating systems commonly known as, and what was their primary function?
Which collision resolution technique involves storing collided elements in a linked list at the hash table index?