advantages of pointers?
Answers were Sorted based on User's Feedback
Answer / ganesh
pointer variable is used to store the memory address of the another variable
| Is This Answer Correct ? | 12 Yes | 1 No |
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 |
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 |
What is New modifiers?
What is a memory leak? How to avoid it?
How can I call a function, given its name as a string?
what is array?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
Differentiate between #include<...> and #include '...'
What is the purpose of the statement: strcat (S2, S1)?
How can I invoke another program or command and trap its output?
find the minimum of three values inputted by the user
Explain how do you determine a file’s attributes?
How can my program discover the complete pathname to the executable from which it was invoked?
What is the purpose of void pointer?