JPMorganChase Interview Question

Can you give me an example of a pointer?

Interview Answer

Anonymous

Jul 11, 2015

In computer science, a pointer is a programming language object, whose value refers to (or "points to") another value stored elsewhere in the computer memory using its address. Ex. If 'A' is a pointer, the value of 'A' is the adress memory to the value stored in another variable.