Question
A foreign company, may with the prior approval of the
_____________, merge into a company registered under the Companies Act or vice versa as per section 234 of the Companies ActSolution
Section 234 Merger or amalgamation of company with foreign company: (2) Subject to the provisions of any other law for the time being in force, a foreign company , may with the prior approval of the Reserve Bank of India, merge into a company registered under this Act or vice versa and the terms and conditions of the scheme of merger may provide, among other things, for the payment of consideration to the shareholders of the merging company in cash, or in Depository Receipts, or partly in cash and partly in Depository Receipts, as the case may be, as per the scheme to be drawn up for the purpose.
Which algorithm returns a minimum spanning tree (MST) and uses a priority queue to select the next edge connected to the growing tree?
Which sorting algorithm is not stable by default?
Which data structure supports extraction of both min and max in O(1) time and insertion in O(log n)?
Which shortest-path algorithm is appropriate for graphs with non-negative weights and supports decrease-key efficiently for faster performance?
Which of the following SQL queries is used to remove a table from a database?
Dynamic Programming is useful when a problem has:
Which algorithm uses a priority queue to repeatedly pick the next closest vertex?
Which of the following is substring of “IXAMBEE”?
Which of the following problems cannot be solved using greedy algorithms for optimal result?
Recursive problems are implemented by