adspace
Answer Posted / Mayank Kumar Pandey
In C and C++, a void pointer is a generic pointer type that can point to any type of data. It is declared using the keyword 'void*'. However, it cannot be directly used to access the data it points to, as its type is unknown.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by an interface in java?
What is a constructor overloading in java?
How to create a base64 decoder in java8?
explain different ways of using thread? : Java thread
How to sort array in descending order in java?
Is minecraft 1.15 out?
What is an object in java and how is it created?
What is a classloader in java?
Realized?
What are the differences between heap and stack memory in java?
What is parsing in java?
Differentiate between static and non-static methods in java.
Write a program to print count of empty strings in java 8?
What is java string pool?
What is the difference between break and continue statements?