Why is possible to double pointer (address of address) to scanf?

前端 未结 0 902
猫巷女王i
猫巷女王i 2020-12-21 19:42

this simple code is what I would expect:

#include 

int main()
{
    char input[20];
    printf("enter a string: ");
    scanf("         


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