Pregunta de entrevista de Concentrix

what is a pointer?

Respuesta de la entrevista

Anónimo

25 feb 2021

pointers are the variables used to store the address of another variable. The type of pointer and the type of data they are pointing to must be if type compatible.