logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Define void pointer using C++.?


  • Correct Answer
  • In C++, void represents the absence of type, so void pointers are pointers that point to a value that has no type The void pointers can point to any data type You can declare void pointer as follows: void *p; 

  • Tags: Software Architect

    Technology problems


    Search Results


    • 1. What is the data structures used to perform recursion?
    • Discuss
    • 2. In an AVL tree the balancing is to be done when the pivotal value is in range of

    • Options
    • A. greater than 1 and less than -1
    • B. greater than -1 and less than 1
    • C. greater than 1
    • D. less than -1
    • Discuss
    • 3. What are the difference between in-stream procedure and inline procedure in JCL ?
    • Discuss
    • 4. What are the processing modes available in IMS DB?
    • Discuss
    • 5. What are the two types of fields available in IMS DB?
    • Discuss
    • 6. What is C++
    • Discuss
    • 7. What are the basic concepts of object oriented programming?
    • Discuss
    • 8. What are the features of C++ different from C?
    • Discuss
    • 9. what is the use of virtual destructor in c++?
    • Discuss
    • 10. What do you mean by reference variable in c++?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment