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); } } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Login to discuss.
Strong tag is used to make text bolder.
Q. All IO classes that represent streams are derived from the ______ class.
Q. A unique field which distinguishs a record is known as a
Q. Defining two methods with the same name but with different parameters is called.
Q. Which keyword is used to declare an interface in C#?
Q. it possible to store multiple data types in System.Array?
Q. Which of the following statements is incorrect about delegate?
Q. The ______ are the Graphical User Interface (GUI) components created for web based interactions..
Q. What is String in C# meant for?
Q. To overload a method which of the following statement is false?
Geetam · 3 y