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?

Answers were Sorted based on User's Feedback



advantages of pointers?..

Answer / ganesh

pointer variable is used to store the memory address of the another variable

Is This Answer Correct ?    12 Yes 1 No

advantages of pointers?..

Answer / rams

Pointer is a variable that can store the address of another variable to which it's pointing

Is This Answer Correct ?    1 Yes 0 No

advantages of pointers?..

Answer / 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

More C Interview Questions

What is a function simple definition?

0 Answers  


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


Is malloc memset faster than calloc?

0 Answers  


What are the types of arrays in c?

0 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

0 Answers  


how memory store byte

4 Answers   Huawei,


What is FIFO?

3 Answers  


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

0 Answers  


Explain what are header files and explain what are its uses in c programming?

0 Answers  


Explain can static variables be declared in a header file?

0 Answers  


Categories