Is it safe to assume that a pointer is the size of an int in C?

前端 未结 7 918
别那么骄傲
别那么骄傲 2020-12-20 16:52

In designing a new programming language, is it safe to assume that a C int and a pointer are the same size on the machine?

7条回答
提交回复
热议问题