Question
सीता ( 1) / चलती ( 2)/
धीरे-धीरे ( 3) / है ( 4) वाक्य संरचना का सही क्रम क्या होगा ?Solution
The correct answer is B
float i=10;
int f=i;
What kind of typecasting is happening in the above scenario a ?
Which of the following data structures follows the Last-In, First-Out (LIFO) principle?
A greedy algorithm is used to make change for a given amount using a set of coin denominations. For denominations {1, 5, 10, 25} and an amount of 30, it...
Fill in the correct option for 25 blank space.
The number of significant figures for 5.1250 and 0.06900 respectively are____
In the context of algorithm analysis, what does "Big O notation" primarily describe?
Which AI technique is used for uncertain reasoning?
Deadlock can arise if four necessary conditions hold simultaneously. Which of the following is NOT one of them?
Consider a Quick Sort implementation where the pivot is always chosen as the last element. If the input array is already sorted in ascending order, what...
Which of the following statements about a Mutex (Mutual Exclusion) lock is correct?