08 C | Reverse each words in a string

preview_player
Показать описание
In this video we will learn to reverse each words in a given string using C programming language.

Example: If the entered string is
Hello World

Then we will get the following output
olleH dlroW
Рекомендации по теме
Комментарии
Автор

Got this question on a Microsoft Interview a year ago, but found out that this comes out even better when solved with a stack without regarding the extra space O(n)

codewithjc
Автор

Thanku for a wonderful tutorial... Can you make a video on reversing a string Word by word means if input is hello world so output would be world hello...

harshitjindal
Автор

Thank u sir.. I was trying this from past 2 days..

rajeshverma
Автор

I can't understand the concept of isalnum.... So instead of this.... Which one will be used here....!!!!???

priyaam
Автор

Thank you for this wonderful video.
What is the use of tmp

tlotlisangmiya
Автор

string reverse without using library function and gets()."hello world"-"word hello" how do i write?

pandiselviramalingam
Автор

how can I count the letters in each word of a string.
ex: string: " Valeria is eating";
not the total letters of the whole phrase but just the letters in each word ?

valkatnavaco
Автор

you can solve this code in c++ program

naveedishtiaq
Автор

Thanks for the video Yusuf. Could you please tell me which editor are you using?

adikulkarni
Автор

asalamualykum sir

isalnum is a predefined
in if () can we use str[j] ==" " || str[j] == `\0`

help me out here sir

shakeelahmed-wvoh
Автор

Can someone show me how to do this in flowgarithm?

DanielRodriguez-nthk
Автор

Hey Yusuf Shakeel, is there an alternative way of expressing the non letters and non numbers code other than using the library isalnum?

drphilmansmooth
Автор

Sound is not coming for this video....:(

vandana
Автор

Difficult to generate idea about it..😵‍💫😵‍💫😵‍💫😒

watchofficial
Автор

no voice .. difficult to understand👎👎👎

ravidubey