logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • When should we use container classes instead of arrays?


  • Correct Answer
  • It is advisable to use container classes of the STL so that you don?t have to go through the pain of writing the entire code for handling collisions, making sure its working well, testing it repeatedly with an overhead of time consumption Suppose you have some data that has values associated with strings and its fields consist of grades> in this situation you can directly use hash table instead of having it created by yourself 


  • Technology problems


    Search Results


    • 1. What is meaning of following declaration? int(*p[5])();

    • Options
    • A. p is pointer to function.
    • B. p is array of pointer to function.
    • C. p is pointer to such function which return type is array.
    • D. p is pointer to array of function.
    • Discuss
    • 2. Which object is create by UIApplicationMain function at app launch time?
    • Discuss
    • 3. What is Interpreter in Java?
    • Discuss
    • 4. Difference between %TYPE and %ROWTYPE.
    • Discuss
    • 5. How can we display the output directly to the browser?
    • Discuss
    • 6. What items are important in every Android project?
    • Discuss
    • 7. State the difference between View and Materialized View ?
    • Discuss
    • 8. What does BUS Schema means ?
    • Discuss
    • 9. Define "Correlated Subqueries" ?
    • Discuss
    • 10. What is the difference between Listview and Treeview?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment