Pointer to Pointer is a double pointer, denoted by (**). Pointer stores the address of the variable and pointer to pointer stores the address of a pointer variable and syntax can be given as int **ptr2ptr;
this is immpossible
strcat
Cartesian coordinates c language
jjk,
to calculate standard deviation using pointers
program to find maximum of two numbers using pointers
this is immpossible
strcat
* * * * * * * * * * write the c++ program and show me brifily?
pro c language to implement linear search using pointers
nahi malum
Cartesian coordinates c language
jjk,
i cant write
Examples: * [] -> = ==,<=,<,!=,>=,> +,+=,-,-=
to calculate standard deviation using pointers
We can use pointers in user defined functions, the reason behind is we can access the actual parameters indirectly by using pointers. And also we can reduce the length of a complicated program into very small code. It is easy to manipulate with pointers.