Computer Science, asked by arwakhan38, 9 months ago

What is size of voide in C++?​

Answers

Answered by zm9009351
0

Answer:

Explanation:

The size of void pointer varies system to system. ... If the system is 32-bit, size of void pointer is 4 bytes. If the system is 64-bit, size of void pointer is 8 bytes

Similar questions