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 the use of pointers

Answers were Sorted based on User's Feedback



what is the use of pointers..

Answer / ramudu a

The main advantages of using pointers are
1.) Function cannot return more than one value. But when the same function can modify many pointer variables and function as if it is returning more than one variable.
2.) In the case of arrays, we can decide the size of the array at runtime by allocating the necessary space.
3.)Pointers allow you to dynamically request memory to store off information for use later.
4.)They allow you to create linked lists and other algorithmically oriented data structures.

Is This Answer Correct ?    1 Yes 0 No

what is the use of pointers..

Answer / pratyusha

continuous memory allocation

Is This Answer Correct ?    0 Yes 0 No

what is the use of pointers..

Answer / manju

It increases the speed of excecution when there is a need
for the usage of arrays....

Is This Answer Correct ?    0 Yes 0 No

what is the use of pointers..

Answer / sindhu

We may return more than one value at a time to any function.

Is This Answer Correct ?    0 Yes 0 No

what is the use of pointers..

Answer / venkat1435@yahoo.co.in

by using pointers
1)we can pass the function arguments to another function
2)it holds the address of another function
3)it acts as a call back function

Is This Answer Correct ?    0 Yes 0 No

what is the use of pointers..

Answer / vignesh1988i

1) pointers which points to a value indirectly through that variable containing that value..... so pointers are used for data security.

2) only by using pointers through functions we can return MORE THAN ONE VALUE AT A TIME.....

3) as above told execution will be faster.....

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What are disadvantages of C language.

0 Answers   iNautix,


hi how to convert program from notepad to turboc editor can u please help me

3 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


HOW DO YOU HANDLE EXCEPTIONS IN C?

2 Answers   AppLabs,


Explain logical errors? Compare with syntax errors.

0 Answers  


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


Is multithreading possible in c?

0 Answers  


What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.

11 Answers   TCS,


In scanf h is used for

4 Answers   BFL,


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


if p is a string contained in a string?

0 Answers  


What is a #include preprocessor?

0 Answers  


Categories