10. The data structure required for Breadth First Traversal on a graph is? a) Array b) Stack c) Tree d) Queue View Answer 11. The prefix form of A-B/ (C * D ^ E) is? a) -A/B*C^DE b) -A/BC*^DE c) -ABCD*^DE ...
It also includes solved objective questions on the advantages of using an array, examples of data structures, components of a data structure, priority queue, time complexity of quicksort, applications of the stack, linear type of data structure, indexed structures, nodes in a linked list and ...
Answer: 2 For the implementation of maps in C++ language, Red Black Tree type of data structure is used Q 10 Among the following, what all could be done on Linkedlist? For the binary trees to be implemented For the stacks and queues to be implemented Dynamic Array All of the above ...
The section contains Compiler Design questions and answers on code generation, machine model, using dag as code generation and peephole optimization. If you would like to learn "Compilers" thoroughly, you should attempt to work on the complete set of 1000+ MCQs - multiple choice questions and an...
The time complexity of finding the maximum number in an unsorted array of n elements is O(n). This is because you need to check each element of the array to ensure you have found the maximum value. In the worst-case scenario, every element must be compared, leading to a linear time ...
Fill in below measurements data for your maintenance cooling tower or reparing projects demand quality and reliability, count on Newin, site visit or maintenance service, engineered to fit the cooling tower fills or components. Options Discover an Array of A...
4) C programming : If you want to store dissimilar data together, then which type you will use? - Published on 19 Oct 15 a. array b. structure c. stack d. None of the above. Answer Explanation 5) C programming : Trace the outputint main(){ int a=12,b=39; printf ("%d",a&...
a) Jagged Array b) Rectangular Array c) Cuboidal Array d) Multidimensional Array View Answer 26. Which of the following return-type cannot be used for a function in C? a) char * b) struct c) void d) none of the mentioned View Answer ...