Correct the answer it is व्यक्तिवाचक विशेषण
व्यक्तिवाचक विशेषण: वे विशेषण, जो व्यक्तिवाचक संज्ञाओं से बनकर अन्य संज्ञा या सर्वनाम की विशेषता बतलाते हैं उन्हें व्यक्तिवाचक विशेषण कहते हैं। जैसे – जोधपुरी जूती, बनारसी साड़ी, कश्मीरी सेब, बीकानेरी भुजिए। वाक्यों में जोधपुरी, बनारसी, कश्मीरी, बीकानेरी शब्द व्यक्तिवाचक विशेषण है।
What is a transaction in a database management system?
What is the purpose of an index in a database?
What is the Turing Test?
What is Hadoop's primary function in big data processing?
The boolean function f(x, y, z) = (x AND y) OR (x AND NOT(z)) is equivalent to which of the following boolean expressions?
An ‘agent’ is anything that,
The SI unit for measuring mass is:
Which clause is used to filter rows in the result set based on a specific condition in SQL?
How do you print the value of a variable ‘x’ in Python?
The below mentioned code is in which programming language
type
array-identifier = array[index-type] of element-type;