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 a pointer

Answer Posted / chaitali anand tendulkar

A pointer is a variable which contains a address in memory
of another variable. in other words it is a address of
variable.

Is This Answer Correct ?    27 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the syallabus of computer science students in group- 1?

2368


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

2385


How can I call a function with an argument list built up at run time?

1285


Why is c called c not d or e?

1140


How can you convert integers to binary or hexadecimal?

1072


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

1506


Define VARIABLE?

1233


What is c programming structure?

1273


What are loops c?

1096


What is d scanf?

1140


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1979


Explain what are bus errors, memory faults, and core dumps?

1314


Why is c called a structured programming language?

1329


What are types of preprocessor in c?

1112


How can I read/write structures from/to data files?

1012