Answer:
Points-to analysis is a compile-time technique that helps identify relationships between pointer variables and the memory locations that they point to during program execution. or in another ways In computer science, pointer analysis, or points-to analysis, is a static code analysis technique that establishes which pointers, or heap references, can point to which variables, or storage locations. It is often a component of more complex analyses such as escape analysis.
Step-by-step explanation:
hope it help ;)