0 votes
in C Plus Plus by
What is generic pointer in C in C Language?

1 Answer

0 votes
by
In C void* acts as a generic pointer. When other pointer types are assigned to generic

pointer,

conversions are applied automatically (implicit conversion).

Related questions

0 votes
asked Mar 12, 2020 in C Plus Plus by rahuljain1
0 votes
asked Mar 12, 2020 in C Plus Plus by rahuljain1
...