using System; class Program { static void Main() { string s = "I love my india";//split string on space and storing in words string[] words = s.Split(' '); foreach (string word in words) { Console.WriteLine(word); } } }outputIlovemyindia
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: