1.

When we execute a C program, CPU runs in ____ mode.(a) user(b) kernel(c) supervisory(d) systemI had been asked this question by my school teacher while I was bunking the class.I would like to ask this question from System Calls Basics topic in portion System Programming I – Files of Unix

Answer»

Correct answer is (a) user

For explanation I would SAY: When we execute a C PROGRAM, the CPU runs in user mode. It remains it this particular mode until a system CALL is invoked.



Discussion

No Comment Found

Related InterviewSolutions