Answer Posted / hrpynux@gmail.com
A void pointer is a pointer that has no associated data type with it. A void pointer can hold address of any type and can be typecast to any type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of pattern in java?
Difference between error and exception
What data type is string java?
What do you understand by access specifiers in Java?
Explain OOPs concept.
Write a program to show whether a graph is a tree or not using adjacency matrix.
Can list be null in java?
What happens if I remove static from main method?
how to deploy tomcatserver to weblogic server? write d following steps?
Explain purpose of sleep() method in java?
What is difference between equal and == in java?
What is lossy conversion in java?
Write a program to print fibonacci series up to count 10.
What does singleton mean in java?
What does it mean that a class or member is final?