Assigning Variable to Pointer vs Assiging &variable to Pointer

后端 未结 0 1101
时光取名叫无心
时光取名叫无心 2021-01-11 09:23

I am now learning about pointers. This is the sample code from a book:

#include 

int main()
{
        int i;

        char char_array[5] = {\'         


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