Question
If a company issues bonus shares in the ratio of 3:5,
what would be the new number of equity shares held by a shareholder who owns 2,000 shares?Solution
Bonus shares in ratio 3:5 → for every 5 shares, 3 bonus shares = (2000 / 5) × 3 = 400 × 3 = 1,200 bonus shares New total = 2,000 + 1,200 = 3,200
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which of the following is true about MergeSort?
- Which of the following is the primary benefit of Big Data analytics in decision-making?
Which algorithm is used to find the shortest path from a single source in graphs with negative weights?
Which of the following systems is typically designed to support managerial decision-making? Â Â Â Â Â Â
Which of the following is used to handle exceptions in Java?
Which tree traversal is most suitable for finding the shortest path in an unweighted graph represented as a tree?
Which of the following is correct about C++ constructors?
Which type of Memory is typically the fastest in a computer system?
In C++, which operator is used to access a member function through a pointer to an object?