Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试过了sizeof(printf),sizeof(foobar)等等,其中 foobar 是用户定义的函数。它返回 1 而没有任何警告或错误。为什么是1?
sizeof(printf)
sizeof(foobar)
函数的大小在 C 中没有很好地定义,因此该值没有意义。