Examveda

The statement int **a;

A. is illegal

B. is legal but meaningless

C. is syntactically and semantically correct

D. None of these.

Answer: Option C


This Question Belongs to C Program >> Pointer

Join The Discussion

Comments (3)

  1. Ranjan Sisodia
    Ranjan Sisodia:
    6 years ago

    a is a pointer pointing to an interger

  2. Assi At
    Assi At:
    8 years ago

    a is pointer to a pointer to an integer.

  3. Shwetang Rami
    Shwetang Rami:
    9 years ago

    why

Related Questions on Pointer