此C代码中数组/指针的输出是什么

问题描述 投票:0回答:1
    #include <stdio.h>

    int main()
     {

     char*str="↔⬆🙂12345";
     printf("%d",*str );
     return 0;
   }

请帮助我找到给定代码的输出

c arrays pointers output ascii
1个回答
0
投票
© www.soinside.com 2019 - 2024. All rights reserved.