Which of the following statement is correct regarding 'boxing' in C#?
1
It converts a value type to a reference type.
2
It converts the value type to XML.
3
It converts the reference type to XML.
4
It converts reference type to value type.
5
Question Not Attempted