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 ? what is the use of pointer?

Answer Posted / guest

pointer is pointing to the addresss location

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pointers in c?

1079


Between macros and functions,which is better to use and why?

2144


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2279


What is graph in c?

1026


Is boolean a datatype in c?

1027


What is calloc malloc realloc in c?

1025


What is typedef?

1350


What is an example of structure?

990


What is the use of bitwise operator?

1085


Explain modulus operator.

1016


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

1137


How to implement a packet in C

2853


What is the size of structure in c?

1115


How do you determine the length of a string value that was stored in a variable?

1097


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

1163