adspace


What are void pointers?

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


Please Help Members By Posting Answers For Below Questions

What do you mean by an interface in java?

1100


What is a constructor overloading in java?

1123


How to create a base64 decoder in java8?

1135


explain different ways of using thread? : Java thread

1079


How to sort array in descending order in java?

993


Is minecraft 1.15 out?

1045


What is an object in java and how is it created?

1138


What is a classloader in java?

1086


Realized?

2259


What are the differences between heap and stack memory in java?

1135


What is parsing in java?

1038


Differentiate between static and non-static methods in java.

1125


Write a program to print count of empty strings in java 8?

1084


What is java string pool?

1079


What is the difference between break and continue statements?

1123