#include <stdio.h>
void div(int n){
int i=2;
while(n%i!=0 && i!=n){
i++;
}
printf("%d ",i);
if(i!=n){
div(n/i);
}
}
main(){
int i;
printf("Enter number:");scanf("%d",&i);
printf("1 ");
div(i);
}
x -=y;
Use an enum if you are using a c style language. Or a map data structure. Assign each integer an English value and then match it to what the user inputs.
a promlem to solve an equation or a assigment
Use the MOD operator to get the remainder of integer division.
Just generate the Fibonacci numbers one by one, and print each number's last digit ie number%10.
see the program
x -=y;
1 hour ago my c program said no, but now I know 5 actually is an integer!
No, that's what the compiler does.
w
write a c program to accept a number and generate a square root cube and exponential values
Microsoft Word.
2,3,5,7,9,11,13,17,19,23,29,31,37,39,41,43,47,49
TeleLeads Pro has a program that they offer that will generate auto leads. They offer the program specifically for certain countries like the U.S.A., Canada, U.K., Australia, Netherlands and more. The Canadian version of the software is available for $30 U.S.
Use %o
Use an enum if you are using a c style language. Or a map data structure. Assign each integer an English value and then match it to what the user inputs.
a promlem to solve an equation or a assigment