Question
What method is used to calculate the Sensex and Nifty
indices in India?Solution
Free Float Market Capitalization Method is a method of calculating market capitalization that takes into account only the shares of a company that are freely available for trading in the market. In other words, it is a calculation of a company's total market value based on the number of shares that are actually available for trading in the open market, rather than all outstanding shares. The Free Float Method excludes shares that are held by promoters, governments, and strategic investors that are not available for trading in the market. This method is often used to reflect the true market value of a company's shares that are actively traded in the market, rather than the value of all outstanding shares. This method is commonly used to calculate the market capitalization of companies included in stock market indices such as the Sensex and Nifty in India.
struct student
{
   char[30] name;
   int age;
   //structure for address which has different parts
  �...
If a class inheriting an abstract class does not define all of its function then it will be known as :
The Banker's Algorithm is primarily used for:
Which data structure is best suited for implementing a Breadth-First Search (BFS) algorithm?
Complete the Python code to print the elements of the main diagonal of a square matrix matrix of size N x N.
def print_main_diagonal(matrix, N):<...
What is perplexity in language models?
 Which of the attributes shown below is a simple attribute?
Maximum Power transfer occurs when the_____
A C function pop(Stack* s) is designed to remove and return the top element from a stack.
#include
#include
#d...
Which of these is a key characteristic of SaaS (Software as a Service)?