Pointers MCQ question

A c pointer knows the types of pointers and indirectly referenced data items at runtime.
what does this mean?

@jatin_wadhwa,

  • Pointer knows type because we declare it with data type (e.g int* or char* etc)
  • Indirect reference because pointer points at the location where variable is stored, and itself is not = val
  • Runtime because memory is allocated at runtime only.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.