How To Reverse a Number in C++ Programming Language

  Рет қаралды 63,845

Example Program

Example Program

Күн бұрын

Пікірлер: 108
@troyke
@troyke 3 жыл бұрын
You did an excellent job of explaining everything! Well done!
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Thank you!
@prabhatrsharma
@prabhatrsharma 2 жыл бұрын
Same this side!
@muditgupta8980
@muditgupta8980 2 жыл бұрын
very brilliant this type of good deep and thorough explanation is present in only very few channels good job excellent
@ExampleProgram
@ExampleProgram 2 жыл бұрын
Thanks a lot
@emekadaniel5776
@emekadaniel5776 Жыл бұрын
love your video. you have explained this far better than required, bless you
@ExampleProgram
@ExampleProgram Жыл бұрын
Glad it was helpful!
@yihalemyimolaltiruneh3320
@yihalemyimolaltiruneh3320 3 жыл бұрын
Best explanation! YOU make is so easy for me. Thank you.
@ExampleProgram
@ExampleProgram 3 жыл бұрын
You're very welcome!
@apeneersamitnittrichy3756
@apeneersamitnittrichy3756 3 жыл бұрын
Thanks there are so many video on you tube for how to reverse a no in c++ ... But the best part of your video is that you exaplain each and every line ..... Please make a video ARMSTRONG no .....
@ExampleProgram
@ExampleProgram 3 жыл бұрын
I will try 👍
@apeneersamitnittrichy3756
@apeneersamitnittrichy3756 3 жыл бұрын
@@ExampleProgram please do it fast and exaplain in detail
@Factsandfams
@Factsandfams Жыл бұрын
Thank you very much. Very good explanation
@ExampleProgram
@ExampleProgram Жыл бұрын
You are welcome!
@tebohotau8569
@tebohotau8569 Жыл бұрын
Thank you very much for the lesson, im now a fan and I just subscribed to your channel
@tebohotau8569
@tebohotau8569 Жыл бұрын
why are we multiplying the revnumber by 10?
@ExampleProgram
@ExampleProgram Жыл бұрын
numbers are in decimal number system. total 10 digits are there in decimal no system( from 0-9 )
@Megha-sb2vu
@Megha-sb2vu Жыл бұрын
I finally understood this. Tysm 😭👍
@ExampleProgram
@ExampleProgram Жыл бұрын
awesome :)
@hazerasarker2442
@hazerasarker2442 Жыл бұрын
omg thank youuu this explanation was amazing
@ExampleProgram
@ExampleProgram Жыл бұрын
most welcome :)
@sohelkhan4103
@sohelkhan4103 Жыл бұрын
TQ sir for giving us this type of content ❤❤
@ExampleProgram
@ExampleProgram Жыл бұрын
It's my pleasure
@joeywong2452
@joeywong2452 Жыл бұрын
great explanation, thank you so much!
@ExampleProgram
@ExampleProgram Жыл бұрын
You're very welcome!
@janeeykgampii5340
@janeeykgampii5340 4 ай бұрын
Your videos are good✨the problem is the speed
@ExampleProgram
@ExampleProgram 4 ай бұрын
ok should i make the length smaller or talk faster? What do you think?
@maftunaabduhalilova1323
@maftunaabduhalilova1323 9 ай бұрын
Very good explanation 👍👍👍👍
@sergiopaz3263
@sergiopaz3263 3 жыл бұрын
I am new at c++ and I have one question... what is the diference between using % and using /..? Awesome explanation by the way!!!
@gamingbot9482
@gamingbot9482 3 жыл бұрын
/ this is for division % this is for remender Example 30/20= 1.5 if you use int data type then it will show you =1 30%20= 0
@sergiopaz3263
@sergiopaz3263 3 жыл бұрын
@@gamingbot9482 Thank you so much!
@hemavathibn7495
@hemavathibn7495 2 жыл бұрын
%------this is used to find the remainder of the division /-------this is used to find the quotient of the division
@abhayendrasrivastava858
@abhayendrasrivastava858 3 жыл бұрын
Very helpfull bro keep uploading more question on like this , i like your explanations..🤗
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Thank you, I will
@OmTechBD1
@OmTechBD1 Жыл бұрын
explained beautifully
@ExampleProgram
@ExampleProgram Жыл бұрын
Thank you 🙂
@frankoppongkonadu6676
@frankoppongkonadu6676 3 жыл бұрын
Thanks bro,you really save me today.
@ExampleProgram
@ExampleProgram 3 жыл бұрын
You are welcome
@mohamedyunus3542
@mohamedyunus3542 2 жыл бұрын
This was easy to understand. Thank you.
@ExampleProgram
@ExampleProgram 2 жыл бұрын
You are welcome!
@sanctumgamer251
@sanctumgamer251 10 ай бұрын
Nice explanation 👍
@ExampleProgram
@ExampleProgram 10 ай бұрын
Thanks 🙂
@arunajagtap2834
@arunajagtap2834 3 жыл бұрын
Best explanation❤️
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Thanks a lot 😊
@katalytic69420
@katalytic69420 2 жыл бұрын
Thank you very much bro.
@ExampleProgram
@ExampleProgram 2 жыл бұрын
You're welcome!
@shanmugams9847
@shanmugams9847 Ай бұрын
superb🎉
@ExampleProgram
@ExampleProgram Ай бұрын
thanks
@sakthic5407
@sakthic5407 3 жыл бұрын
Very nice explanation bro keep going 👍
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Thank you so much 🙂
@programmerStyle
@programmerStyle 3 жыл бұрын
very well explain sir..thankxx
@muhsinwadood
@muhsinwadood 2 жыл бұрын
Thank you very much
@ExampleProgram
@ExampleProgram 2 жыл бұрын
You are welcome
@Darwont
@Darwont Ай бұрын
Thanks! But how do you put an inverted number in a variable if number = 1000? 0 * 10 + 0 == 0 0 * 10 + 0 == 0 0 * 10 + 0 == 0 0 * 10 + 1 == 1 inverted 1000 != 1
@ΒινςΜοργκαν
@ΒινςΜοργκαν 3 жыл бұрын
Great explanation.keep the good work
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Thank you:)
@sanjidshariar2834
@sanjidshariar2834 3 жыл бұрын
You are so good sir
@ExampleProgram
@ExampleProgram 3 жыл бұрын
thank you :)
@alfiya.m.a3436
@alfiya.m.a3436 2 жыл бұрын
Thanku u so much🙌
@ExampleProgram
@ExampleProgram 2 жыл бұрын
Most welcome 😊
@abduljabarabdualjabar8221
@abduljabarabdualjabar8221 3 жыл бұрын
Good and thanks....
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Thank you
@prashantosutradhar5868
@prashantosutradhar5868 2 жыл бұрын
amazing good job brother
@ExampleProgram
@ExampleProgram 2 жыл бұрын
Thank you so much 😀
@daskohal1625
@daskohal1625 3 жыл бұрын
Great work buddy just keep it up 👌
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Thanks ✌️
@sxhil.d3v
@sxhil.d3v 3 жыл бұрын
Thank you so much ❤️🙏
@ExampleProgram
@ExampleProgram 3 жыл бұрын
You are so welcome
@sxhil.d3v
@sxhil.d3v 4 жыл бұрын
Thank you so bro 🙏❤️
@ExampleProgram
@ExampleProgram 4 жыл бұрын
Pleasure :)
@reactor6752
@reactor6752 4 жыл бұрын
Thankyou so much ♥️♥️♥️♥️
@ExampleProgram
@ExampleProgram 4 жыл бұрын
My pleasure :)
@alonestatusvideo4672
@alonestatusvideo4672 3 жыл бұрын
Thank u.. So much sir.
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Most welcome
@fabiancisneros3007
@fabiancisneros3007 3 жыл бұрын
Thanks a lot man
@ExampleProgram
@ExampleProgram 3 жыл бұрын
No problem!
@chidyommy284
@chidyommy284 3 жыл бұрын
It's a very good video, but the problem is it doesn't really return the reverse number for numbers ending with 0. For example 120 becomes 21 so I would really love to be shown how we can make a completely reversed number.
@webstime1
@webstime1 3 жыл бұрын
That's true. One way might be to convert it to a string and then just reverse that with a reverse function
@RingsOfSolace
@RingsOfSolace 2 жыл бұрын
@@webstime1 that's honestly what I thought he was gonna do before he explained it
@prathamesh_dalvi9421
@prathamesh_dalvi9421 2 жыл бұрын
thankyou sir
@ExampleProgram
@ExampleProgram 2 жыл бұрын
Most welcome
@betterthanyou8970
@betterthanyou8970 9 ай бұрын
Wow❤
@factzfromme
@factzfromme 3 жыл бұрын
Thanks bro
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Pleasure
@alihusnain3394
@alihusnain3394 3 жыл бұрын
Thanks boy
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Pleasure
@eheh1945
@eheh1945 3 жыл бұрын
is this the same method in even number?
@FANSasFRIENDS
@FANSasFRIENDS 3 жыл бұрын
Still don't get why u made revnumber variable. Nice video btw.
@rufusmoraes1885
@rufusmoraes1885 3 жыл бұрын
ohh god ur amazing
@ExampleProgram
@ExampleProgram 3 жыл бұрын
thank you :)
@humayraafrinzahra3508
@humayraafrinzahra3508 2 жыл бұрын
write a c++ program to print the Fibonacci series using call by reference. can you please solve it .. it will be very helpful
@sarshaarfatimah9457
@sarshaarfatimah9457 2 жыл бұрын
Best
@ExampleProgram
@ExampleProgram 2 жыл бұрын
thank you :)
@-------------------------theVM
@-------------------------theVM 3 жыл бұрын
cout
@ExampleProgram
@ExampleProgram 3 жыл бұрын
😁
@plamenpresnakov5144
@plamenpresnakov5144 3 жыл бұрын
What is the program that he is using?
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Visual studio code
@shubhambiswas8156
@shubhambiswas8156 Жыл бұрын
if the number is 230 ?
@krushantwagh2509
@krushantwagh2509 5 ай бұрын
what if the number is negative
@dimitarvlakeski9964
@dimitarvlakeski9964 Жыл бұрын
goated
@StrangerMometns
@StrangerMometns Жыл бұрын
What if the number over to 0 like 75200
@vincent3124
@vincent3124 3 жыл бұрын
Why not just say this? It works exactly the same, is this wrong? It eliminates the need for revNumber = (revNumber *10) + remainder and just puts the remainder directly into revNumber while (number_input != 0) { remainder = number_input % 10; number_input = number_input / 10; revNumber = remainder; } cout
@RAHULTMNT100
@RAHULTMNT100 3 жыл бұрын
I think your cout goes inside the loop
@hare.gator23
@hare.gator23 3 жыл бұрын
I love u
@Darkdestroyer223
@Darkdestroyer223 3 жыл бұрын
For large number this code won't work , it will go out of bounds.
@rishiSingh0898
@rishiSingh0898 3 жыл бұрын
not able to understand please first explain in pad how logic is working.
@javanehmoghavi3954
@javanehmoghavi3954 11 ай бұрын
excellent training, 👏thank you
@ExampleProgram
@ExampleProgram 11 ай бұрын
You are welcome!
C++ Program to Display Fibonacci number Series
9:41
Example Program
Рет қаралды 11 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
2,000 People Fight For $5,000,000
24:45
MrBeast
Рет қаралды 62 МЛН
2024's Biggest Breakthroughs in Math
15:13
Quanta Magazine
Рет қаралды 399 М.
you will never ask about pointers again after watching this video
8:03
C++ Program to Find the Sum of All Digits of a Number
9:23
Example Program
Рет қаралды 67 М.
ENUMS in C++ explained easy 📅
4:22
Bro Code
Рет қаралды 16 М.
Reverse An Integer Number | C Programming Example
6:30
Portfolio Courses
Рет қаралды 14 М.
Pointers and dynamic memory - stack vs heap
17:26
mycodeschool
Рет қаралды 1,5 МЛН
Reversing Digits in C++
6:07
Matthew Fried
Рет қаралды 26 М.
C++ arrays explained 🚗
5:29
Bro Code
Рет қаралды 35 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН