logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology See What Others Are Saying!
  • 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

    More questions

    • 1. What are the processing modes available in IMS DB?
    • Discuss
    • 2. What previous experience do you have in retail?
    • Discuss
    • 3. 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
    • 4. What are the features of C++ different from C?
    • Discuss
    • 5. what is the use of virtual destructor in c++?
    • Discuss
    • 6. What did you enjoy most and least in your last retailing job?
    • Discuss
    • 7. What is copy constructor?
    • Discuss
    • 8. Which of the following can't be done with client-side JavaScript?

    • Options
    • A. Sending a form's contents by email
    • B. Storing the form's contents to a database file on the server
    • C. Validating a form
    • D. None of the above
    • Discuss
    • 9. What is default constructor?
    • Discuss
    • 10. Write SQL Query to display current date?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment