Question
As part of the PM’s Internship Scheme, how many
internships are expected to be provided in the Financial Year 2024-25?Solution
The PM’s Internship Scheme aims to provide 1.25 lakh internships in the Financial Year 2024-25, covering various sectors including energy, hospitality, and banking.
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)?