Hi, here is a small program: main() { printf("Today's Date is:"); system("date"); } the output of the program is: #./a.out Thu Dec 30 09:24:00 IST 2004 Today's Date is: How can i make the execution sequential...Plz help me... Regards, Srikumar B
Hi, here is a small program: main() { printf("Today's Date is:"); system("date"); } the output of the program is: #./a.out Thu Dec 30 09:24:00 IST 2004 Today's Date is: How can i make the execution sequential...Plz help me... Regards, Srikumar B