What are void pointers?
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 |
Can we execute a program without main?
What is cloneable interface?
What is the current version of java?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
What happens if an exception is throws from an object's constructor?
What is dot operator?
Why is java not 100% pure oops?
What is a Presistent Object?
0 Answers InfoAxon Technologies,
What is the range of the short datatype?
What is functional interface in javatpoint?
Can we write multiple catch blocks under single try block?
Can we force the garbage collection to run?