Given a string s = “Welcome”, which of the following code is incorrect
Practice Strings Questions – Given a string s = “Welcome”, which of the following code is incorrect?
Practice Strings Questions – Given a string s = “Welcome”, which of the following code is incorrect?
Practice Strings Questions – What is “Good”.replace(“o”, “e”)?
Practice Strings Questions – Suppose i is 2 and j is 4, i + j is same as _________.
Practice Strings Questions – Which of the following statements is correct?
Which of the following will be the correct output for the C#.NET co
Practice Strings Questions –
Which of the following will be the correct output for the C#.NET code snippet given below?
String s1 = "Nagpur";
String s2;
s2 = s1.Insert(6, "Mumbai");
Console.WriteLine(s2);
Which of the following will be the correct output for the C#.NET co
Practice Strings Questions –
Which of the following will be the correct output for the C#.NET code snippet given below?
String s1 = "Nagpur";
String s2;
s2 = s1.Insert(6, "Mumbai");
Console.WriteLine(s2);
Which of the following statements are true about the C#.NET code sn
Practice Strings Questions –
Which of the following statements are true about the C#.NET code snippet given below?
String s1, s2;
s1 = "Hi";
s2 = "Hi";