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 |
All technical questions
simple program of graphics and their output display
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
What is a pointer in c?
What are integer variable, floating-point variable and character variable?
How to implement a packet in C
main() { int i; printf("%d",i^i); }
How can I read and write comma-delimited text?
what is a static function
write program on arrays
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
How to explain the final year project as a fresher please answer with sample project