Question
If the stock exchange fails to submit the scheme of
corporatisation  and demutualisation or the scheme submitted is rejected by SEBI, then the central government canSolution
Section 5(2) of SCRA - Where the recognised stock exchange has not been corporatised or demutualised or it fails to submit the scheme referred to in sub-section (1) of section 4B within the specified time therefor or the scheme has been rejected by the Securities and Exchange Board of India under sub-section (5) of section 4B, the recognition granted to such stock exchange under section 4, shall, notwithstanding anything to the contrary contained in this Act, stand withdrawn and the Central Government shall publish, by notification in the Official Gazette, such withdrawal of recognition Provided that no such withdrawal shall affect the validity of any contract entered into or made before the date of the notification, and the Securities and Exchange Board of India may, after consultation with the stock exchange, make such provisions as it deems fit in the order rejecting the scheme published in the Official Gazette under sub-section (5) of section 4B
Which algorithm is used for computing Max-Flow in a network?
Given the following code snippet, which operation is performed on the binary tree to produce the output: 4, 2, 5, 1, 3 ?
class Node {Â Â Â Â Â in...Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
Tarjan’s algorithm is used to find:
In C++, which access specifier makes members accessible only from within the class itself and from friend functions/classes?
What is the worst-case time complexity for inserting an element into a hash table that uses separate chaining for collision resolution?
In a graph, what is the maximum number of edges in a simple undirected graph with 'n' vertices?
Time complexity of heap sort is:
Which of the following is true about triggers in a relational database?
What is the primary purpose of an abstract class?