I know that we have different pointers like int, float, and char. A void pointer is the only pointer which can hold all others.
Do the other pointers exist only for the flexibility to do pointer arithmetic?
Is there any other reason that pointers other than void are present in C language?