不挂科搜题免费

问题:

在C语言中,如何声明一个指向整型的指针变量?

选项

  • int *ptr;

  • *int ptr;

  • ptr int;

  • int *ptr;

  • 答案:

    A