+ 1

Can anyone explain me abt pointer??

24th Oct 2016, 3:23 PM
kanisha
kanisha - avatar
2 Respostas
+ 4
A pointer is similar to a variable in that it stores a value for later use in the execution your program. However, a pointer has further significance in that the location in computer memory is also stored along with the value... You may ask, "Why store the location along with the value?" Because, using the pointer in subroutines versus accessing the data itself (in most cases)improves the performance and utilization of computer resources. The effect is that elapsed run time is decreased.
25th Oct 2016, 9:25 PM
Mayank Kumar
Mayank Kumar - avatar
0
great!
29th Oct 2016, 1:43 AM
Yusri Yusope
Yusri Yusope - avatar