Question
‘जर्जर’ का
पर्यायवाची कौन-सा है ?Solution
व्याख्या: जर्जर = टूटा-फूटा , जीर्ण-शीर्ण—‘जीर्ण’ इसका सही समानार्थी है।
Which cryptographic process involves applying a mathematical function to generate a fixed-size output from variable-size input?
What is the purpose of the "HAVING" clause in an SQL query?
Which key is kept secret and known only to the owner in a public key pair?
COBOL is used in
In a red-black tree, which property ensures that the tree remains relatively balanced and that the worst-case height is logarithmic?
Which of the following is not a supervised learning?
What is the primary purpose of data deduplication in storage management?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
_________ is token ring.
What is the scope of a variable in programming?