Question
सूची 1 को सूची 2
से सुमेलित कीजिए और सूचियों के नीचे दिए गए कूट का प्रयोग कर सही उत्तर चुनिए सूची 1 सूची 2 (हिंदी शब्द ) (अंग्रेजी पर्याय) कूट : a पूँजी पर्याप्तता 1.benchmark rate b.उत्पादन पूर्व अवधि 2.Capital adequacy c.सामान्य धारणाधिकार 3.gestation period d. आधार दर 4.general lien A B C D (a) 1 2 3 4 (b) 2 3 4 1 (c). 3 4 2 1 (d) 4 2 1 3Solution
The correct answer is B
Which of the following is a new semantic element introduced in HTML5?
Which scheduling policy uses priority levels to determine the order of execution?
Which of the following is a base case in recursive functions?
What will be the output of the code
int main(){
int i;
for(i=0;i
int i;
i=20;
print(“%d”, i);
}
return 0;
}
Which machine learning models are trained to make aseries of decisions based on the rewards and feedback they receive for their actions
ICMP is primarily used for __________
Which method is commonly used for error detection at the Data Link Layer?
Which of the following is not a limitation of binary search algorithm?
Which component in the CPU holds the data to be operated on, performs calculations, and stores the results?
Relation R(A,B,C,D,E) has {AB`->` C, C`->` D,B`->` EA} FUNCTIONAL DEPENDENCY
Find the candidate key of the relation.