Why do you use a void pointer in a programme?

1 answer

Answer

1096581

2026-05-17 06:00

+ Follow

void is type of pointer that usually means that you can make it point to any data type.

When you make a pointer point to somewhere its data type should match with the place where you want it to point.

When you dont know the data type where it will point to then you can declare a void pointer and make it point to the data type it want.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.