public class str_test { public static void Main() { String a="hello world"; Console.WriteLine(a.Replace(' ','?')); } }