Program 71 #P71 - C program to Reverse a Sentence Using Recursion #C191

Subscribers:
10,700
Published on ● Video Link: https://www.youtube.com/watch?v=8Lz37dtmgH8



Duration: 3:23
1,825 views
26


This program first prints "Enter a sentence: ".Then,immediately reverseSentence() function
is called.This function stores the first letter entered by user in variable c.If the variable
is any character other than '\n' [ enter character], reverseSentence() function is called again.
When reverseSentence() is called the second time, the second letter entered by the user is stored
in c again.But, the variable c in the second function isn't the same as the first. They both take
different space in the memory.This process goes on until user enters '\n'.When, the user finally
enters '\n', the last function reverseSentence() function prints the last character because of
printf("%c", c); and returns to the second last reverseSentence() function.Again, the second
last reverseSentence() function prints the second last character and returns to the third last
reverseSentence() function.This process goes on and the final output will be the reversed sentence.

#rubalsolutions #coding #developer #programming #programmer #technology #clanguage #computerscience #c #informaticpractices #sub #subscribe #youtube #newyoutuber #youtubechannel

To Install Turbo C++ 4.5 Click on Below Link and Download rar file and extract and then install..
https://app.box.com/s/soz2137zo0rv0sb...
Do Like,Comment,Share and Subscribe if u are learning little bit.
Please give me suggestions in form of comment box .

Link To My Blog - https://www.blogger.com/blogger.g?blo...
Like me on Facebook @ https://www.facebook.com/rubalsolutions/
Follow me on Twitter @ https://twitter.com/ruby0071
Follow me on Instagram @https://www.instagram.com/er.rubal/
Email me at :- ruby0071@gmail.com




Other Videos By Rubal Solutions


2019-03-31Theory Lecture - Learning C Programming || Pass arrays to a function || For Beginners || #C200
2019-03-31Program 78 #P78 - C program to Store prime numbers in array & display #C199
2019-03-31Program 77 #P77 - C program to count Array elements by using sizeof operator #C198
2019-03-30Program 76 #P76 - C Program to Calculate Standard Deviation Using Array #C197
2019-03-30Program 75 #P75 - C Program to Find Largest Element of an Array #C196
2019-03-30Program 74 #P74 - C Program to Calculate Average Using Arrays #C195
2019-03-30Theory Lecture - Learning C Programming || C Programming Arrays || For Beginners || #C194
2019-03-29Program 73 #P73 - C program to Find the value of ln(N!) using Recursion Using Recursion #C193
2019-03-29Program 72 #P72 - C program to generates the Fibonacci series Using Recursion #C192
2019-03-29Tour To Our Channel Rubal Solutions ||Multiple Content Available here In Playlist||Subscribe||
2019-03-28Program 71 #P71 - C program to Reverse a Sentence Using Recursion #C191
2019-03-28Program 70 #P70 - C Program to convert decimal number to binary #C190
2019-03-28Program 69 #P69 - C Program to convert binary number to decimal #C189
2019-03-27पथवारी माता की कहानी ।। पथवारी , पाल और विनायक जी की कहानी ।।
2019-03-27शीतला माता की कहानी ।। जय शीतला माता की ।।
2019-03-26Program 68 #P68 - C Program to find Factorial of a Number Using Recursion #C188
2019-03-26Program 67 #P67 - C Program to Find the Sum of Natural Numbers using Recursion #C187
2019-03-26सोलह श्रृंगार || पूरी जानकारी || सिर्फ खूबसूरती ही नहीं, भाग्य भी बढ़ाता है सोलह श्रृंगार ||
2019-03-26Thank You Everyone 😇😇💪💪
2019-03-25Theory - Learning C Programming || Recursive Function In C Programming. || For Beginners || #C186
2019-03-25Program 66 #P66 - C Program to Print "Hello World" WITHOUT using semi colon. #C185



Tags:
computer education
computer education in Hindi
basic computer training
rubalsolutions
beginner YouTube
coding
developer
newyoutuber
subscribe
sub
recursion
#functions
#userdefined
recursion in c
#recursivefunction
#loops
#statements
#programs
#detailedprogramming
#learn c
#youtube rocks
#library functions
c language
computer educational videos
importance of computer education in hindi
functions in c
reverse string
dynamic programming
c language in hindi