Question
Which country was ranked below India in the Global
Gender Gap report 2023 released by the World Economic Forum?Solution
India has been ranked 127 out of 146 countries in the latest Global Gender Gap report released by the World Economic Forum (WEF). The index ranked India's neighbours Pakistan at 142, Bangladesh at 59, China at 107, Nepal at 116, Sri Lanka at 115 and Bhutan at 103. Iceland is the most gender-equal country in the world for the 14th consecutive year and the only one to have closed more than 90% of its gender gap, according to the report.
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?