Give the output of the following program when redirected to a screen what will be printed? main() {printf("hot java"); fork() exit(0); }

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions