-
Identify the incorrect statement
-
- A reference value once defined cannot be reassigned
- Reference is the alternate name of the object
- A reference value once defined can be reassigned
- All of above
- None of these
Correct Option: C
Reference is a thing which points to the valid memory address, so it can’t be redesigned.