logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • If you are using C language to implement the heterogeneous linked list, what pointer type will you use?


  • Correct Answer
  • The heterogeneous linked list contains different data types in its nodes and we need a link, pointer to connect them It is not possible to use ordinary pointers for this So we go for void pointer Void pointer is capable of storing pointer to any type as it is a generic pointer type 


  • Technology problems


    Search Results


    • 1. How many types of classes are there in Java?
    • Discuss
    • 2. Which of the following modifiers can be used with Local inner class?

    • Options
    • A. Final or Abstract
    • B. Final or Transcient
    • C. Abstract or Transcient
    • D. Final or public
    • Discuss
    • 3. A lock can be acquired on a class. The above statement is

    • Options
    • A. True
    • B. False
    • C. Both A and B
    • D. None
    • Discuss
    • 4. What are the various elements of OOPS?
    • Discuss
    • 5. What is the difference between throw and throws clause?
    • Discuss
    • 6. What is Overloading Polymorphism?
    • Discuss
    • 7. In RDBMS, what is the efficient data structure used in the internal storage representation?

    • Options
    • A. Stack
    • B. Queue
    • C. B+ tree structure
    • D. AVL tree Structure
    • Discuss
    • 8. What is JAR file?
    • Discuss
    • 9. What is polymorphism?
    • Discuss
    • 10. When do you use :: Operator in C++?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment