What happens when **pointer is used in c program ?

shubham
Feb 20, 2021

--

What is pointer : In C pointer is a variable that stores the address of another variable. In other word A pointer is a variable that refers to to address of a value.

Syntax : Data_type *ptr

The above syntax tells that ptr is a pointer variable and it holds the address number of a given data type.

Example :

READ MORE :

--

--

shubham
shubham

Written by shubham

Works at khk MATLAB solution(2020-present)

No responses yet