Question
Which team won the Women's Junior Hockey Asia Cup 2023
title?Solution
The Indian women's junior hockey team won its maiden Women's Junior Asia Cup title by defeating South Korea 2-1 in Kakamigahara, Japan. Annu and Neelam scored one goal each for India. Hockey India has announced a cash prize of Rs 2 lakh for each player. While the support staff will be given Rs 1 lakh. Hockey India President Dilip Tirkey has congratulated the players. Â Â
Which of the following is true about MergeSort?
Which of the following is used to handle exceptions in Java?
In C++, which operator is used to access a member function through a pointer to an object?
Which C operator is used to access a value at a memory address stored in a pointer?
- Which network device operates at the Data Link Layer of the OSI model and helps to filter and forward data between LAN segments?
In C, which function is used to dynamically allocate memory?
Which of the following sorting algorithms is stable?
Which C++ feature allows functions or operators to have the same name but behave differently?
Which algorithm is used to find the shortest path from a single source in graphs with negative weights?
 What is the output of the following code: x = 5; y = 2; print(x ** y)?