Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is pointer in C programming language?

user-image
Question added by SUMIT GUPTA , TRAINING , NETWORK BULLS PVT LTD
Date Posted: 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

 

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.