R
Q. What will be the output of the following C# code?
using System; class Program { static void Main(string[] args) { String str = "Hello"; Console.WriteLine(str.IndexOf('h')); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. An instance of a reference type variable is allocated memory on_______.
Q. Select a convenient declaration and initialization of a floating point number:
Q. Which is the base class of the String() Constructor?
Q. How can you prevent inheritance from a class in C#.NET ?
Q. What will be the output of the following C# code?
Q. Which of the following statements correctly define .NET Framework?
Discusssion
Login to discuss.