can u define type of pointer ??

give name of all type pointer

  • Rajat
  • 30 सितम्बर
  • 5024 दृश्य
  • 12 उत्तर
Your Answer

A pointer is a variable which stores the address of another variable. Int a =4; Int *p! P=&a;

c programming
मॉक परीक्षण अभ्यास के लिए
c programming