#include <stdio.h>
#include <stdlib.h>
int main()
{
int a,num;
scanf("%d",num);
a=num%10;
num=num/10;
printf("the
reverse is %d%d",num,a);
return 0;
}
This program will read your IP from system and then prints it on the scree ...
#include <stdio.h> #include <stdlib.h> int main() { &n ...
In Fibonacci series, except first two terms in sequence every other term i ...
#include <stdio.h> #include <stdlib.h> int main() { &n ...
0 comments:
Post a Comment