Tell us the result when you invoke a particular method on a nil pointer?
Answer / Krishna Kant
Invoking a method on a nil pointer in Objective-C will result in a runtime error known as 'nil' or 'bad access'. This happens because you are trying to interact with an object that doesn't exist, and the system cannot execute the requested operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a delegate in objective c?
What are the adavantages of gcd over nsthread?
What is gcd objective c?
Is there function overloading in objective-c?
What is nsarray objective c?
What are the differences between copy and retain?
What does nonatomic mean?
What is toll-free bridging and when is it useful?
What is the difference between weak and unowned?
How do I create a bridging header file?
What is extern objective c?
How would I make a static strategy?