LIST OF PROGRAMS #include<stdio.h> #include<conio.h> void main() { void t(int n2); int n; clrscr(); printf("ENTER A NUMBERS\n"); scanf("%d",&n); printf("REVERSE NUMBER IS :\n"); t(n); getch(); } void t(int n2) { if(n2<=0) printf("\nTHANK YOU"); else { printf("%d",n2%10); t(n2/10); } } LIST OF PROGRAMS
this is a net web blog journal diary that is formed and made by a Indian student for faculty,college kids,children and youngsters as a gift for you to hold and carry everywhere and everyplace around the globe.This journal is completely and totally free from price to use and is extremely easy to use and very easy to understand.