____________ creates an inferior process that runs your program.
A. run
B. exit
C. execute
D. e
I had been asked this question in an interview for internship.
This is a very interesting question from Debugging topic in portion System Implementation and Operation of Computer Fundamentals
Right option is A. run
For explanation I would say: run or r command creates an inferior process that runs your program. If there are no errors the program will finish and results will be displayed accordingly.