R
Q. What will be the output of the following C# code?
using System; namespace MyApplication { class Program { static void Main(string[] args) { string[] mobiles = {"iPhone", "Samsung", "Vivo"}; Console.WriteLine(mobiles[-1]); } } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. The infrastructure that supports these dynamic operations at run time is called the__________.
Q. Which of the following is/are not types of arrays in C#?
Q. The size of integer is___________.
Q. A method_____an exception when that method detects that a problem has occured.
Q. Valid Size of float data type is?
Discusssion
Login to discuss.