int[] a= {11, 3, 5, 9, 6};
a) ‘a’ is a reference to the array created on stack
b) ‘a’ is a reference to an object created on stack
c) ‘a’ is a reference to an object of a class that compiler drives from ‘System.Array’ class
d) None of the mentioned
Which statement is correct about following c#.NET code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which statement is correct about following c#.NET code?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!