Pointer size in C/C++ may vary, and it depends on different factors like operating system, CPU architecture, etc. The pointer size depends on the word size of the underlying processor. For example, in a 32-bit computer, the pointer size can be 4 bytes, and in a 64-bit processor computer, the pointer size can be 8 bytes.