Examveda
Examveda

Comment on the following pointer declaration?
int *ptr, p;

A. ptr is a pointer to integer, p is not.

B. ptr and p, both are pointers to integer.

C. ptr is pointer to integer, p may or may not be.

D. ptr and p both are not pointers to integer.

Answer: Option A


This Question Belongs to C Program >> Pointer

Join The Discussion

Comments ( 5 )

  1. N CH
    N CH :
    2 years ago

    Then p is a integer?

  2. Grace Of
    Grace Of :
    5 years ago

    Because.. For The ptr pointer is assigned, for p pointer is not assigned

  3. Grace Of
    Grace Of :
    5 years ago

    Because.. For The ptr pointer is assigned, for p pointer is not assigned

  4. Mantu Maps
    Mantu Maps :
    6 years ago

    Why A is right

  5. ASHWINI KEDAR
    ASHWINI KEDAR :
    7 years ago

    acha..

Related Questions on Pointer