Reverse Number Program in C | C Language Tutorial | Mr. Srinivas

preview_player
Показать описание
Reverse Number Program in C
C Language Tutorial Videos

? Visit Our Website for Classroom Training:
? For Online Training:
--------------------------

? About NareshIT:

"Naresh IT is having 14+ years of experience in software training industry and the best Software Training Institute for online training, classroom training, weekend training, corporate training of Hadoop, Salesforce, AWS, DevOps, Spark, Data Science, Python, Tableau, RPA ,Java, C#.NET, ASP.NET, Oracle, Testing Tools, Silver light, Linq, SQL Server, Selenium, Android, iPhone, C Language, C++, PHP and Digital Marketing in USA,Hyderabad, Chennai and Vijayawada,Bangalore India which provides online training across all the locations

--------------------------

? Our Online Training Features:
1.Training with Real-Time Experts
2.Industry Specific Scenario’s
3.Flexible Timings
4.Soft Copy of Material
5. Share Videos of each and every session.

--------------------------

+1404-232-9879 or India: +918179191999

** Check The Below Links**
? Follow us on Linkedin:
Рекомендации по теме
Комментарии
Автор

great teachers explain harder things easily.i learned through this video.

BENAZEERNILOFARA
Автор

After watching more than 4 videos, I felt like I had subscribe.
The explanation is out of the world.
Thank you very much. Your contents are polishing so many future developers like me.

informationhub
Автор

I thought it would be very difficult, but you explained it very easily. Thankyou so much☺️

nandiniagarwal
Автор

Very calming explaination 🙏,
Now I realise that it was a piece of cake, all thx to you sir 🙏

sahilrawat
Автор

printf("the excellent tutorial i got till

saifalishaikh
Автор

Here is the complete code:
#include<stdio.h>
void main()
{
int r, n, sum=0;
printf("enter the value of n");
scanf("%d", &n);
while(n>0)
{
r=n%10;
n=n/10;
sum=sum*10+r;
}
printf("%d", sum);
}

goyaldeekshant
Автор

sir your way of teaching is really awesome, very helpful 👍👍

SmartProgramming
Автор

Nice solution but I would change your test case to != 0 if you want to also reverse negative numbers. This solution would assume that all values entered are positive. Which is fine, but incomplete for all other cases.

austengreen
Автор

I'm a beginner from the beginning. I'm struggling but really want to concur C++

velveetawalker
Автор

hii sir, I have been watching your video, it is fine and understandable when compare to others, but I have a doubt, how application are built in using c language, can you please show us a example on building application using c.

satishg
Автор

U r teaching is quite calm and understandable sir

narasimhamohanb
Автор

Best of all, but next time after explaining on the board, do it on a computer as well is very helpful

josephpiouskowura
Автор

Thank you so much sir.your explanation is very easy to understand.🙏

chaithranayak
Автор

Nice, evrything is clear and explained slowly👍👍

rdxgaurav
Автор

sir ur explaination so clear.thank u so much sir

prudhvibotta
Автор

Superb superb superb ❣️❣️❣️❣️ very very good sir your teaching very easy logics for programs hats up you sir nice job

positivethinking
Автор

Actually i am trying to improve my logic skills in php. I have to say " wow what a reverse sir. thank you very much. "

jacksonbodra
Автор

your teaching mathod is so well dat I got it too easily..thank you...

jahnabisharma
Автор

Thanks for your clear explanation sir

akumarthibalu
Автор

your explanation is superb sir..thank you, , , ...thank you so much sir.
i had tried alot to understand but this trime i got it sir..thank you..thanks a lot.

searcheverything