Wild pointer:
A pointer in C which has not been initialized is known as wild pointer.
Example:
What will be output of following c program?
Output:
Here ptr is wild pointer because it has not been initialized.
A pointer in C which has not been initialized is known as wild pointer.
Example:
What will be output of following c program?
|
Output:
Any address Garbage value |
Here ptr is wild pointer because it has not been initialized.
0 comments:
Post a Comment