• 2022-06-12
    int a=3;int *pointer;pointer=&a;此时,*pointer与( )等价。
    A: a
    B: *a
    C: &a
    D: pointer
  • A

    内容

    • 0

      设“inta[10],*pointer=a;”,以下不正确的表达式是()。 A: pointer=a+5; B: a=pointer+a; C: a[2]=pointer[4]; D: *pointer=a[0];

    • 1

      int *p[4]; Define a one-dimensional pointer array

    • 2

      设int a[10];int *pointer=a; 以下表达错误的是()

    • 3

      The function rewind can .? move the file pointer to the end of the file.|move the file pointer to the specific location of the file.|move the file pointer to the beginning of the file.|move the file pointer to the location of the next character.

    • 4

      SDH pointer is divided into AU pointer and TU pointer. A: 正确 B: 错误