Which one of the following is the output of the above code?
A. <?xml version="1.0" encoding="utf-16"?>
<Order xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
<Orderld>1</Orderld>
<OrderDate> 1/1/2050</OrderDate>
</Order>
B. Compile-time error
C. <?xml version="1.0" encoding="utf-16"?>
<ArrayOfOrderxmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
<Order>
<Orderld>1</Orderld>
<OrderDate> 1/1/2050</OrderDate>
</Order>
</ArrayOfOrder>
D. Ar exception will be thrown