ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What is pointer in C programming language?

user-image
تم إضافة السؤال من قبل SUMIT GUPTA , TRAINING , NETWORK BULLS PVT LTD
تاريخ النشر: 2014/09/02

Pointer  is a variable  which can access the address of another variable

for example

int *p;//p is apointer variable * is denoted by pointer

int i=10;// i is a variable value is10

p=&a;//p is pointer who access the address of value a

 

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟