C Program To Reverse a Number
Вставка
- Опубліковано 6 лют 2025
- technotip.com/6...
If a integer number is input through the keyboard, write a program to reverse the input number and display it on the console window.
For Example: If user enters 135, reversed number must be 531.
C Programming Interview / Viva Q&A List
technotip.com/6...
C Programming: Beginner To Advance To Expert
technotip.com/6...
I just want to tell you that you are a genius. How smoothly you explained this, i was looking for this only. Thank you so much man i have understood whole concept in 4 minutes. You have earned an subscriber.😊
From Tanzania 🇹🇿. This is what I was lookin for! Thanks dude! Keep it up!!!
Happy to know that it was helpful for you ..
thank you for explaining this hard logic in a simple way
Thank you sir
thanks bro I love the explanation, love from bangladesh ;)
Good explanation thank you sir🥰😍
Can you show
C program with reverse of 4 number
Is your code work for the input 102?
Thank you for this. You save me. 😊
what if int overflow?
Awesome 🔥 brother
Why you take reverse =0?
else the value of reverse would be a random garbage values from the memory so we make it sure its 0
but when i input 20 it become 2
what ide is it?
Code::Blocks technotip.com/6094/the-best-ide-for-c-programming/