Category: Algorithm
code: #include<stdio.h> void printNo(unsigned int n) { if(n==0) return; //it is outing from this function and going…
Code is here: #include<stdio.h> int main() { int number; scanf(“%d”,&number); char digits[2000000]; int i=0,d; while(number>0) { d=number%10;…
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…
Dear friends, I have close to 9 years of experience in the IT industry. I have been…
Joginder Sharma, works at Android Application Development Answered Apr 4, 2015 Whatever you choose just stick with…
Recent Comments