How To Reverse a Number in C++ Programming Language

preview_player
Показать описание
In this C++ Video Tutorial you will learn How to Write a Program to Reverse a Number entered by the user.

Here we ask the user to enter a number and then we separate each digits from that number by dividing it by 10 and getting the remainder value, and generate the number which will be the reverse of the given number.

This program can help a beginner in Computer Programming to understand how to construct the logic, How to use loops effectively.

our Social Media Pages

Our Website

#CppProgramming #ExampleProgram
Рекомендации по теме
Комментарии
Автор

You did an excellent job of explaining everything! Well done!

troyke
Автор

love your video. you have explained this far better than required, bless you

emekadaniel
Автор

very brilliant this type of good deep and thorough explanation is present in only very few channels good job excellent

muditgupta
Автор

Best explanation! YOU make is so easy for me. Thank you.

yihalemyimolaltiruneh
Автор

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

apeneersamitnittrichy
Автор

Thank you very much for the lesson, im now a fan and I just subscribed to your channel

tebohotau
Автор

Very helpfull bro keep uploading more question on like this, i like your explanations..🤗

abhayendrasrivastava
Автор

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

Darwont
Автор

Thank you very much. Very good explanation

Factsandfams
Автор

great explanation, thank you so much!

joeywong
Автор

I am new at c++ and I have one question... what is the diference between using % and using /..? Awesome explanation by the way!!!

sergiopaz
Автор

TQ sir for giving us this type of content ❤❤

sohelkhan
Автор

omg thank youuu this explanation was amazing

hazerasarker
Автор

This was easy to understand.
Thank you.

mohamedyunus
Автор

Your videos are good✨the problem is the speed

janeeykgampii
Автор

Very nice explanation bro keep going 👍

sakthic
Автор

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.

chidyommy
Автор

Still don't get why u made revnumber variable. Nice video btw.

FANSasFRIENDS