Dangling Pointer || Wild Pointer || Void Pointer || C/C++ || Interview Questions

Published: 31 July 2021
on channel: C-rious Edu
57
2

DANGLING POINTER: A pointer pointing to a memory location that has been deleted (or freed) is called a dangling pointer.
WILD POINTER: A pointer that has not been initialized to anything (not even NULL) is known as a wild pointer.
VOID POINTER: Void pointer is a specific pointer type – void * – a pointer that points to some data location in storage, which doesn’t have any specific type


On this page of the site you can watch the video online Dangling Pointer || Wild Pointer || Void Pointer || C/C++ || Interview Questions with a duration of hours minute second in good quality, which was uploaded by the user C-rious Edu 31 July 2021, share the link with friends and acquaintances, this video has already been watched 57 times on youtube and it was liked by 2 viewers. Enjoy your viewing!