C Program to Reverse a Number | In Hindi

preview_player
Показать описание
C Program to Reverse a Number | In Hindi | Tutorial 32

In this video I have explained that how to find reverse of a given number using while loop in c programming. For example suppose the number is 145 then reverse will be 541. Finding reverse is a very important program and usually asked in the examination.

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

CODEITUP PLAYLISTS

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

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

Tags Used:

C Program to Reverse a Number - In Hindi
program to reverse a number in c
reversing a number in c
c program to reverse a number with explanation
reverse given number
reversing number
reverse of number in c program
c language tutorial for beginners
c programming for beginners
reverse program
reverse program in c
reverse program in c language
reverse of a number in c
reverse of a given number in c
reverse of a given number
reverse of a number in c programming

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

your hard work is reflecting in your sweating. :D

ankleshbaswal
Автор

You are one of the best teacher and your way of teaching is unique and understandable.. Thank you so much for making such a good video..i am watching playlist of videos thanks again sir..

mannatab
Автор

Most genuine video Very helpful content😊

lavika
Автор

Nice Video sir, you are really working hard. Thanks sir for such easy tutorials.

BABLISINGH-wfdw
Автор

Sir you are best teacher. Your teaching absolutely gorgeous 🙏🙏

tech_charli
Автор

salute for you sir .❤️what a explanation 👏what a teaching 👏what a carefully understanding 👏👏sir you are fabulous 😍 I can't tell to you ❤️ how much u r great 👍 sirr lots of love and plzz keep it up, , don't losse your confidence 😚🤗🤗🤗

itsvishu
Автор

Thank you so much sir I will watch all you 104 videos 😊😊

riteshsingh
Автор

Super lectures thanks a lot....i read continuosly in your playlist

Mr.Nirupendra
Автор

Sir you are rocking !!!! Fabulous explanation sir

avadeshkamojjalwar
Автор

Really sir your teaching so thank you sir...

luckybhagat
Автор

#sir please basics k lyee aik video banaie
Eg int kaha use hoga
While kaha use hoga
Like that
Sir please

Smile
Автор

Sir please help me how to add any number in the reversed number 🙏🏻

devanshmaudgil
Автор

sir humne isme initialization ka use kyo nahi kiya or factorial wale program me bhi

HimalayaShiv
Автор

Sir mere paas bas 1 saal hai
Abhi c aur c++ sikhni hai...app lectures daal do....main karlunga kya phir?

helloclass
Автор

Sir actually i wanted to ask you that u have explained y we use module in the program %to get the last digit of any given number i understood that well but sir u have used there rev*10 so what is the logic there I am unable to find

nidhi
Автор

Sir mcq har chapter ke pda dijiye board me 20 mcq ayege please sir

atharvmourya
Автор

Sir how we memorize all the condition for different matters

avadeshkamojjalwar
Автор

Sir yeh more than 4 character pe kaam nhi kr rha

nofaltuguy
Автор

Sir good videyo but improve writing taki hm achhe se dekh sake

RohitSingh-wbrm
Автор

why
rev=(rev*10)+num%10;
num/=10;
what is the concept behind it, why we do it

himanshuverma