Question
निम्नलिखित
प्रत्येक शब्द के लिए उसके नीचे दिए गए विकल्पों में से सही विलोम शब्द छाँटिए- कृतज्ञSolution
The correct answer is B
In C++, which operator is used to access a member function through a pointer to an object?
Which of the following algorithms is used for finding Minimum Spanning Tree?
What is the output of the following code: x = 5; y = 2; print(x ** y)?
In Python, what does len() function do?
In C++, which feature allows hiding the internal details of a class?
Which of the following is a valid C++ constructor?
Which C++ feature allows functions or operators to have the same name but behave differently?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which of the following statements is correct for Python lists?
In Java, which keyword is used to prevent a class from being inherited?