C++ program to Check for Palindrome Numbers | C++ programming tutorials for beginners

preview_player
Показать описание
Support Simple Snippets by Donations -
--------------------------------------------------------------------------------------------- C++ program to check if the entered number is a palindrome or not.

Simple Snippets Official Website -
Simple Snippets on Facebook-
Simple Snippets on Instagram-
Simple Snippets Google Plus Page-
Simple Snippets email ID-

UpSkill is an Ed-Tech Company / Coaching Centre for Information Technology / Computer Science oriented courses and offer coacing for various Degree courses like BSc.IT, BSc.CS, BCA, MSc.IT, MSc.CS, MCA etc.

Contact via email /call / FB /Whatsapp for more info

We also Provide Certification courses like -
Android Development
Web Development
Java Developer Course
.NET Developer Course
Рекомендации по теме
Комментарии
Автор

Hey Guys, if you want many more such tech educational videos on this channel then please support me by subscribing to this channel & also share it with your friends ✌

SimpleSnippets
Автор

why is "num" stored to another variable "n". Why cant we just use "if(num==rev)"???

abdulmasood
Автор

Very good tutorial.This makes it very easy to understand how everything works.

sahithgondi
Автор

I have one doubt: Is '1001' is a palindrome (Note the single quotes before answering)?It would be very nice if you can show the program using strings.

_SinManya
Автор

Thanku I really understanded this concept thanks for this video 👍👍😊😊🤗

kanaksharma
Автор

Also a do a program of array elements check palandrom or not

Uzair.ur
Автор

Well efforts sir, I tried every video on youtube but I got this

محسنلاشاري-هض
Автор

hey
after we are done from the while loop and we start checking if the reverse is equal to our main number, why we didn't compare the num directly with the rev? why you assigned n to num the compare n to rev?
I tried it and it gave me a wrong answer

antounshahin
Автор

Write a menu based C++ program to do the following operations using dedicated user defined function for each operation.

a) square of a number
b) factorial of a number
c) whether prime or not
d) whether even or not
e) whether palindrome or not

Plz solve this 🙏🙏

lordrageop
Автор

Thank you so much... It was very helpful..😊

mellowqueen
Автор

Plz upload videos for gross salary, percentage and number conversion (i e., 11th practical programs)🙇😋

GaneshKumar-moei
Автор

Enjoying coding all because of your channel 😀

saniyamansuri
Автор

Sir, you could please make a video regarding palindorm in C++ using stack...

and one issue with this code is that for the first time the result is correct but when I used do while loop for asking the user whether they want to repeat this process or not, for the second time the result is incorrect for the same palindrom number.

sharifullahdanish
Автор

Hey, this tutorial is very helpful. But, how would we change the code if we want to use a negative number? Ex: if num = -121, then rev should equal 121-, and should output not palindrome.

nitya_sathish
Автор

Really helpful, also a black background would have been better

ronakbothra
Автор

While solving for 202 in second iteration I got 10 and at the 3rd iteration I got 20, by 1 and 3 iteration by adding it will be 202 I guess but what about that 10?? at the second iteration

roshanbohara
Автор

This prog doesn't work with 0 > numbers and numbers > =10**9, so i don't find it useful

antonkarasev
Автор

You're going to make me top my cs exam 😂

aryanmadhavverma
Автор

This is a great when I tried it myself (C++ 4.5) I couldn't get desirable results. It says its not a palindrome. please help!

sidharthharidas
Автор

Y you skipped last step 1%10 and directly told we will get some value and wrote reverse directly?

frodobaggins