C Strings 31: Split string by space into words [C Programming]

preview_player
Показать описание
Write a program in C to split string by space into words.

Expected Output :
Input a string : hello world

Words from the string are :
hello
world

=================================================

Рекомендации по теме
Комментарии
Автор

The program is nice
Input : hello world
Ouput:
a=hello
b=world.
I want this answer bro/sis
Urgent bro

OOOSubramaniyan
Автор

Sir the codes are already available on Google. We come on you tube for someone to explain us ur just typing

alien
Автор

Sir i need the splited words to be rearranged for example:hello world
Splited words: hello
World
Rearranged words:world hello

restrictedgamers
Автор

Python can do it in a line of code : )

hayotkamchiev
Автор

Sry to say but I think you are just showing your typing speed

shubhangiwagh