Software codes written in different programming languages in addition to publications for the education of some programming languages and algorithms identify many of the programs
#include <iostream.h>#include <conio.h>int num (int);void main (){int i=1;cout << num (i);getch ();}int num (int i){if (i<10)cout << num (i+1)<< "\n";return i;}
0 comments:
Post a Comment