Start learning 50% faster. Sign in now
दिए गए वाक्य में किसी को कुछ देने का बोध हो रहा है। अतः यहाँ सम्प्रदान कारक है, अतिरिक्त विकल्प असंगत हैं। अतः सही विकल्प सम्प्रदान कारक है। किसी को देने का भाव हो और को परसर्ग हो तो सम्प्रदान कारक सही उत्तर माना जाता है।
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
In a binomial distribution, if you increase the number of trials (n) while keeping the probability of success (p) constant, what happens to the distribu...
Which statement accurately describes an NP-complete problem?
Virtual memory allows for the efficient management of:
Consider a B+-tree in which the maximum number of keys in a node is 5. What is the minimum number of keys in any non-root node?
Which of the following is an unsupervised neural network?
What does an op-amp stand for?
PGP is abbreviated as _______________
Which type of database model organizes data into tables with rows and columns?
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...