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


why we use pointer in c

Answers were Sorted based on User's Feedback



why we use pointer in c..

Answer / aravind

To pass the actual arguments by address instead by calling
by reference in function.

Is This Answer Correct ?    27 Yes 2 No

why we use pointer in c..

Answer / srinivas

the speed of execution will be increased because we
accessing address of the variable rather than variables

Is This Answer Correct ?    15 Yes 1 No

why we use pointer in c..

Answer / srinivash

to store the address of a variable which s effective in
fuction calling by call by reference r call by address method

Is This Answer Correct ?    14 Yes 1 No

why we use pointer in c..

Answer / ram

reference to the address of the variable

Is This Answer Correct ?    11 Yes 0 No

why we use pointer in c..

Answer / nipa

using pointer some facility is there
1.. we reduce length and complexity of a program
2.. increase speed of execution of program
3.. it can capable to handling data table
4.. to access variable which is defined outside the function
5 .. handle character string

Is This Answer Correct ?    4 Yes 2 No

why we use pointer in c..

Answer / deena

to indicate the address of variable

Is This Answer Correct ?    0 Yes 0 No

why we use pointer in c..

Answer / manjulatha

use of pointers makes the code more efficient and compact.
1.to acess array elements
2. to return more than one value to a function.
3. to acess dynamically allocated memory.
4. to implement data structures like linked lists,trees.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

how to find sum of 5 digits in C?

4 Answers  


What is c mainly used for?

0 Answers  


what are brk, sbrk?

1 Answers   Oracle,


Can we change the value of constant variable in c?

0 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


Why can't we initialise member variable of a strucutre

1 Answers  


How do you determine if a string is a palindrome?

1 Answers  


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

0 Answers  


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


can we define a function in structure?

2 Answers  


How to write the code of the program to swap two numbers with in one statement?

2 Answers  


what is c

1 Answers  


Categories