Typecasting of a pointer in C

Typecasting is used to change a variable to a different type for a particular operation. We need to specify the type of the data whose address a pointer will hold, though all pointers are similar as they hold the addresses. The amount of space required by a pointer to store the address depends on the […]

Typecasting of a pointer in C Read More »