A 3.5 inch micro floppy high density disk contains he data__ Correct Answer: B Question 21 Explanation: → The 3.5-Inch floppy diskettes have dimensions of 8.9cm […]
How many times the word “PROCESS” will be printed when executing the following program? main() { printf(“process”); fflush(); fork(); fork(); } Correct Answer: B Question 35 […]