3
Reply

What would be the value of "str" of the below program? string str = "hello"; str.ToUpper().; str.Insert(0,"WORLD); what is the value now of str ?