can we write a c code in turboc++(3.0 dos version) which will print the numbers
consequently from 0 to 1000 on the console screen or output screen
provided that we can use only the following system define functions....
1) printf();
2)exit();
3)delay();
4)clrscr();
and it is also provided that the c program will not contain
any loop statement(ie.fo r loop,while loop,dowhile loop),any...
Leave a comment: