Computer Science, asked by daksh7753, 8 months ago

What is a null assignment?

Answers

Answered by gautamkumar118
0

Explanation:

A NULL pointer assignment is a runtime error It occurs due to various reasons one is that your program has tried to access an illegal memory location. Illegal location means either the location is in the operating systems address space or in the other processes memory space

Answered by ItzCherie15
0

Answer:

A NULL pointer assignment is a runtime error It occurs due to various reasons one is that your program has tried to access an illegal memory location. Illegal location means either the location is in the operating systems address space or in the other processes memory space.

Similar questions