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...

advantages of pointers?

Answer Posted / sanjay bhosale

Using pointers we can directly manipulate or access memory which is faster hence it increases execution time.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it acceptable to declare/define a variable in a c header?

1178


What is the difference between the local variable and global variable in c?

1012


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2821


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(); }

2350


Explain how can I convert a number to a string?

1205


Is javascript based on c?

1113


What is a method in c?

1208


What is the process of writing the null pointer?

1057


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

2135


How can I convert a number to a string?

1247


What is the most efficient way to store flag values?

1228


Why we use void main in c?

1227


How to throw some light on the b tree?

1153


In a switch statement, explain what will happen if a break statement is omitted?

1122


Explain what are compound statements?

1101