1.

Differentiate Between Arrays And Pointers?

Answer»

Pointers are used to manipulate data using the address. Pointers USE * operator to access the data POINTED to by them Arrays use subscripted variables to access and manipulate data. Array variables can be equivalently WRITTEN using pointer EXPRESSION.

Pointers are used to manipulate data using the address. Pointers use * operator to access the data pointed to by them Arrays use subscripted variables to access and manipulate data. Array variables can be equivalently written using pointer expression.



Discussion

No Comment Found