Question regarding size of integer pointer variables in C

前端 未结 0 728
深忆病人
深忆病人 2020-12-19 03:12

I wrote this really simple program to check the size of integer pointers in c.

#include 

int main(void) {
    
    int i = 10;
    int* i_ptr          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题