Capgemini Interview Question

Please explain what is pointer?

Interview Answer

Anonymous

Mar 21, 2022

Pointer is the variable which is set to store address of other variable which contains the value or character. Suppose x=10, is a variable and other variable p and adress of x in which value 10 store is 12345. then this address store in p and it represents as *p.