Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is pointer ?

Answer Posted / ramakant kisan karnekar

Pointer is a value variable it stores the address of
another variable
ex
int a=10;
int *p;
p=&x;

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define and explain about ! Operator?

1046


Explain what is #line used for?

1123


What is the use of typedef in c?

1083


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2232


Can a program have two main functions?

1176


write a programming in c to find the sum of all elements in an array through function.

2221


Write a program to print fibonacci series without using recursion?

1219


What does 3 mean in texting?

1165


Can you please compare array with pointer?

1156


What is assert and when would I use it?

1065


What is FIFO?

1840


Is return a keyword in c?

1147


How are pointers declared in c?

1115


Why we use void main in c?

1229


What is cohesion in c?

1027