Question
A company shall not, at any time, vary the terms of a
contract referred to in the prospectus or objects for which the prospectus was issued, except subject to the approval of, or except subject to an authority given by the company in general meeting by way of____________Solution
Companies Act Section 27. Variation in terms of contract or objects in prospectus: (1) A company shall not, at any time, vary the terms of a contract referred to in the prospectus or objects for which the prospectus was issued, except subject to the approval of, or except subject to an authority given by the company in general meeting by way of special resolution.
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
What is the basic component of an electronic circuit that restricts the flow of current?
What is a primary key in the context of the ER model?
What is the primary advantage of using blockchain technology in transactions?
Node.js is built on which JavaScript engine?
In Hadoop, what is the purpose of the MapReduce paradigm?
Which of the following is not a network layer addressing scheme?
How many possible boolean functions can be defined on n variables?
Which of the following is an open-source SQL query engine for analyzing data stored in Hadoop clusters?