Category: ACM
code by me: #include<stdio.h> #include<math.h> int getTotalDigits(int); int isArmStrong(int,int); int getTotalDigits(int n) { int count=0; while(n>0) {…
https://www.quora.com/Im-not-good-with-algorithms-and-I-cant-figure-out-a-solution-until-someone-tells-me-How-can-I-fix-this
Simple Logic For Finding Prime Number is primarility test is 2 to root of n..Source: Wikipedia The…
String Input Take Without any gets function just scanf is enough for taking any input withlout gets function #include<stdio.h>…
We can easuly get a range of output value after mod: Code: for 100 here print from…
One thing was confusion for me but after watching this tut it is clear to me now….
Recent Comments