C Program To Reverse a Number using Recursion

preview_player
Показать описание

Lets write a C program to reverse a user input number, using recursive function.

Example: If user input number is 12345, recursive function should return 54321 i.e., the reversed number.

C Programming Interview / Viva Q&A List

C Programming: Beginner To Advance To Expert
Рекомендации по теме
Комментарии
Автор

Mad Respect Sir, i have never understood recursion like that. Thank you so much for the video 🙏

ajitmadhupandey
Автор

You're a genius bro(if you thought of it yourself). Been trying to do it myself for some time then I stumbled upon your vid. Kudos.

amichair
Автор

vaia your presentation style is so preety.

mhridoy
Автор

Well explained ..Tq for making this video sir

vishwasvishwa
Автор

fantastic bro.. very well explained.. i was shocked to use log property here.

manojgollapelli
Автор

Sir i stil get confuse with the while condition. Is it permitted only to write
while (num) {
}
Not
while (num>0) {
}

whats the base reason ??

kyleevalencia
Автор

well explained but your turnery operator is not working

clacklex