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[0] + mobiles[2]); } } }
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 C# provides special methods known as _____ methods to provide access to data members.
Q. _________ are reserved, and cannot be used as identifiers.
Q. When is the dataset connected to the database?
Q. What will be the output of the following C# code?
Discusssion
Login to discuss.