logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • In tree construction which is the suitable efficient data structure?


  • Options
  • A. Array
  • B. Linked list
  • C. Stack
  • D. Queue

  • Correct Answer
  • Linked list 

    Explanation

    Linked list is the efficient datastructure in tree construction


  • Technology problems


    Search Results


    • 1. What are SD37, SB37, SE37 abends?
    • Discuss
    • 2. What is IMS (DB/DC)?
    • Discuss
    • 3. What is the maximum data rate supported by a GSM system?
    • Discuss
    • 4. What gross data rate does GPRS provide?
    • Discuss
    • 5. What signals are transferred in GPRS?
    • Discuss
    • 6. List out the areas in which data structures are applied extensively?
    • Discuss
    • 7. The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is

    • Options
    • A. int **fun(float**, char**)
    • B. int *fun(float*, char*)
    • C. int ***fun(float*, char**)
    • D. int ***fun(*float, **char)
    • Discuss
    • 8. How do define the user-defined exceptions?

    • Options
    • A. inheriting and overriding exception class functionality.
    • B. overriding class functioality.
    • C. inheriting class functionality
    • D. none of the mentioned
    • Discuss
    • 9. How to handle error in the destructor?

    • Options
    • A. throwing
    • B. terminate
    • C. both a & b
    • D. none of the mentioned
    • Discuss
    • 10. How much the bug is affecting the functionality of the application?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment