Question 11 System calls are usually invoked by using A a software interrupt B polling C an indirect jump D a privileged instruction Operating-SystemsSystem-Calls Question 11 […]
Question 4 Which of the following C++ operators CANNOT be overloaded? A Equal(==) B Multiplication(*) C Scope resolution(::) D Logical AND(&&) Correct Answer: C