What is the use of void pointer?

1 answer

Answer

1245724

2026-03-03 14:05

+ Follow

Void Pointer is a General purpose pointer ,that does not have any data type associated with it and can store address of any type of variable. Declaration: void * pointer_name;

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.