Home TECHNOLOGY Strong Number Program in C | C Language Tutorial | Mr. Srinivas naresh i technology c language

Strong Number Program in C | C Language Tutorial | Mr. Srinivas naresh i technology c language

by anhhuytv



Strong Number Program in C Programming
C Language Tutorial Videos | Mr. Srinivas
** For Online Training Registration: ? Call: +91-8179191999

? 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

See also  No No, Wolfoo! Don't Use Phone When Going Potty - Kids Stories About Potty Training | Wolfoo Channel planet c technology

————————–

? 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.

See also  OnePlus 9 Unboxing & First Look - A Complete Package???🔥🔥🔥 technology guruji

————————–

Please write back to us at us.training@nareshit.com/online@nareshit.com or Call us at USA:

+1404-232-9879 or India: +918179191999

** Check The Below Links**
? For Course Reg:
? Subscribe to Our Channel:
? Circle us on G+:
? Like us on Facebook:
? Follow us on Twitter:
? Follow us on Linkedin:

? Follow us on Instagram: .

Images related to the topic naresh i technology c language

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

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

Search related to the topic Strong Number Program in C | C Language Tutorial | Mr. Srinivas

#Strong #Number #Program #Language #Tutorial #Srinivas
Strong Number Program in C | C Language Tutorial | Mr. Srinivas
naresh i technology c language
See all the latest ways to make money online: See more here
See all the latest ways to make money online: See more here

See also  Tech Talks #1432 - BATTLEGROUNDS MOBILE INDIA, MeowBook Laptop, 8inch iPhone, iQOO Z3, AirTag technology guruji

Related Posts

23 comments

Naresh i Technologies 06/09/2021 - 10:12 PM

Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: https://goo.gl/HIB0wL

Reply
CSE EDUCATION TRICKS 06/09/2021 - 10:12 PM

sir u didn't declare i

Reply
Rami Reddy Gayathri 06/09/2021 - 10:12 PM

In this program ,u r not declared the i sir.

Reply
Jai Singh 06/09/2021 - 10:12 PM

Thank you 😊

Reply
s prashanth 06/09/2021 - 10:12 PM

Super sir

Reply
Koushik Madhav Patnaik 06/09/2021 - 10:12 PM

Sir I have a doubt…in this video u declared n as temporary variable because its value is changing but in modify operators the variables and not declared as temporary variables….why sir plz clarify my doubt

Reply
Karan Singh 06/09/2021 - 10:12 PM

Sir please videos sequence se arrange kar dejiye pattern follow karne me problem hoti hai

Reply
Abdul Hafeez Shaik 06/09/2021 - 10:12 PM

Thanks sir……good keep it up sir

Reply
Chaganti reddy 06/09/2021 - 10:12 PM

Sir I am not getting any output not only this program for perfect number also

Reply
ProbablyMusic 06/09/2021 - 10:12 PM

#include <stdio.h>

int main() {
int n,r,i,fact=1,sum=0,t;

printf("enter a number:");
scanf("%d",&n);
t=n;
while(n>0)
{
r=n%10;
fact=1;
for(i=r;i>=1;i–)
{
fact=fact*i;
}
sum=sum+fact;

n=n/10;
}
n=t;

if(sum==n)
printf("strong number");
else
printf("not strong");

return 0;
}

Reply
Sai Krishna Handekari 06/09/2021 - 10:12 PM

Sir,
If we take fac=1 at the int then I am not getting the correct answer.
So please clarify the doubt.

Reply
Shruti Patil 06/09/2021 - 10:12 PM

Thanks sir

Reply
Anhad Sinha 06/09/2021 - 10:12 PM

Excellent 👍👍

Reply
Jaideep Sai 06/09/2021 - 10:12 PM

sir am not getting result

Reply
Ayush Mishra 06/09/2021 - 10:12 PM

sir i, am facing segmentation fault in this can u tell pls the prblm in it

Reply
Shahil 06/09/2021 - 10:12 PM

Thank you.

Reply
Dikshant Godghate 06/09/2021 - 10:12 PM

well Explained it was very helpful..!

Reply
joshua gadipe 06/09/2021 - 10:12 PM

#include <stdio.h>

int main()
{
int n,i,r,temp,fact,sum=0;
printf("enter the number:");
scanf("%d",&n);
temp=n;
while(n>0)
{
r=n%10;
fact=1;
for(i=r;i>=1;i–)
{
fact=fact*i;
}
sum=sum+fact;
n=n/10;
}
n=temp;
if(n==sum)
printf("it is a strong number");
else
printf("it is not a strong number");
}

Reply
likhitha shetty 06/09/2021 - 10:12 PM

Sir in place of read you said to write printf and scanf what we should write sir

Reply
Abhik Kumar Pal 06/09/2021 - 10:12 PM

sir,,you forgot to mention ''i'' as an int variable.

Reply
Pawan Sahu 06/09/2021 - 10:12 PM

Superb

Reply
Sankalp Raj Singh 06/09/2021 - 10:12 PM

Sir there u have written that n==temp… Rather than sum==temp.

Reply
Venkata Sai . K 06/09/2021 - 10:12 PM

Nice explanations bro

Reply

Leave a Comment