0

Why pointer concept is more important in c & c++...?

19th Jan 2017, 5:07 PM
Sumit Urkude
Sumit Urkude - avatar
2 Antworten
+ 1
It does not have any language other programming pointer and he can deal with the titles in direct Alzal
19th Jan 2017, 5:27 PM
Ez Z AT
Ez Z AT - avatar
+ 1
Since Pointers allow us to access the address/location of the variable itself, rather than the name of the variable. Hence, saving time for manipulating and accessing data. Also, through pointers a lot of devices can be controlled including the mouse pointer, keyboard, etc. (You should search web for further details). But pointers are complicated and sometimes harmful too(cause it directly accesses the memory location), hence secured languages, like Java, barring the use of pointers were created.
19th Jan 2017, 8:31 PM
Varnita Jha
Varnita Jha - avatar