Question
32% of 4080 + 24% of 455 = x% of
4000 What should come in place of (x) in the following equatiion ?Solution
32/100 × 4080 + 24/100  × 455 = x/100 × 4000 1305.6 + 109.2 = 40x 40x = 1414.8 x = 35.37
Which data structure is used for implementing recursive function calls?
Which of the following is substring of “IXAMBEE”?
Which of the following algorithms is best suited for finding the shortest path in a weighted graph where some edges may have negative weights but no neg...
In a binary tree, if the number of leaf nodes is L, what is the number of nodes with two children?
Which of the following is true about the time complexity of Merge Sort?
Which of the following is a critical concern for securing critical infrastructure?
Which of the following is true for a min-heap?
Which of the following algorithms uses a greedy approach?
In a Min-Heap, the root node is:
Which algorithm uses a “divide and conquer” strategy?