Question
Match the following
src="https://www.ixambee.com/questionimage/Question-Bank/1655449851-fssaimt1.PNG" alt="" />Solution
a-i,b-ii,c-iii,d-iv
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)?