Respuesta :

Baraq

Various types of Pointers are available in a computer programming language, including null pointer, dangling pointer, wild branch, among others.

A pointer in computer programming is described as an object that is used in keeping a memory address.

Kinds of pointers and their functions are:

  • Null pointer: this type of pointer is used to depict information in computer memory.

  • Dangling pointer: this type of pointer is used to point to anywhere in computer memory.

  • Wild branch: this type of pointer is used as an entry point address to a computer program that gives no return.

  • Auto-relative pointer: this type of pointer has a value that serves as a correction from the pointer's address.

  • Based pointer: this type of pointer has a value that serves as a correction from other pointers' values.

  • Function pointer: this type of pointer keeps the information of a function to be conducted

.

Other kinds of pointers include back pointer and multiple indirections.

Hence, in this case, it is concluded that there are various kinds of pointers in computer programming serving different purposes.

Learn more here: https://brainly.com/question/19150495

Answer:

Explanation:

Null pointer: this type of pointer is used to depict information in computer memory.

Dangling pointer: this type of pointer is used to point to anywhere in computer memory.

Wild branch: this type of pointer is used as an entry point address to a computer program that gives no return.

Auto-relative pointer: this type of pointer has a value that serves as a correction from the pointer's address.

Based pointer: this type of pointer has a value that serves as a correction from other pointers' values.

Function pointer: this type of pointer keeps the information of a function to be conducted