Can you explain the difference between pointers and variables in programming languages?

1 answer

Answer

1251899

2026-03-21 00:35

+ Follow

In programming languages, variables are used to store data values, while pointers are variables that store memory addresses of other variables. Variables directly hold data, while pointers hold the location of where data is stored in memory.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.