#include #include main() { printf("This is stdio output"); fprintf(stderr, "This is stderror output"); sleep(5); }