Computer Science, asked by 1968amitrsp3oksa, 1 year ago

State the situation in C program where pointer concept can be use/Implented

Answers

Answered by shubhamsingh16
3
Pointer Initialization is the process of assigning address of a variable to a pointer variable. Pointer variable can only contain address of a variable of the same data type. In C language address operator& is used to determine the address of a variable. The & (immediately preceding a variable name) returns the address of the variable associated with it.
Answered by Anonymous
2
pointers can be used to write a code for hacking illegally ..
Similar questions