Question
द्रव्यवाचक
संज्ञा ‘शराब’ को जातिवाचक संज्ञा में परिवर्तित करने से क्या शब्द बनता है?Solution
जब किसी संज्ञा शब्द से किसी द्रव्य का बोध हो तो उसे द्रव्यवाचक संज्ञा कहते हैं। यथा- पानी, लोहा, तेल, घी, दाल, इत्यादि।
In Java, which method is used to start a thread?
In C++, which access specifier allows members to be accessible only within the class?
Which of the following statements is correct for Python lists?
Which of the following is used to declare a list in Python?
In C++, which operator is used to access a member function through a pointer to an object?
In Java, which method is called when an object is garbage collected?
Which of the following services is NOT commonly provided by AI/ML platforms?
In Java, which data type is used to store true or false values?
Consider a table Orders with columns OrderID, CustomerID, OrderDate, and TotalAmount. Which SQL query would correctly find the total number of orders an...
Which C operator is used to access a value at a memory address stored in a pointer?