Question
The New India Insurance Co Limited was founded by Sir
Dorabji Tata on July 23rd, 1919 and it was nationalized in which year?Solution
The company was founded by Sir Dorabji Tata on July 23rd, 1919 and nationalized in 1973 with the merger of Indian companies. The Company has 2329 offices and the employee strength is 18783 as on 31.03.2016. The company provides insurance services to the customers having over 170 products catering to almost all segments of general insurance business. The authorized capital and paid-up equity capital of the company is Rs.300 crore and Rs.200 crore respectively.
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...The Master Theorem gives time complexity for recurrences of the form:
Which of the following is true for the time complexity of binary search?
Which is not true about minimum spanning tree?
Which sorting algorithm divides the array into halves recursively?
Which command is TCL command
Which of the following is substring of “IXAMBEE”?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is considered the strongest type of encryption method in modern cyber security practices?
In a binary search tree (BST), what is true about the left child of a node?