What was the thing that we most afraid in the C?
Yes, that are pointers. But don’t worry! We will see it step by step.
Lets start… Definition: A pointer is a variable whose value is the address of another variable, i.e. direct address of the memory location. Example int var=…