1.

‘set args ‘ without arguments can ___________(a) initialize all the arguments(b) remove all the arguments(c) no change(d) show all the argumentsI have been asked this question in homework.Question is from Debugging in chapter System Implementation and Operation of Computer Fundamentals

Answer»

Right choice is (b) remove all the arguments

Easy explanation: set args command can remove all the arguments.

Syntax: set args ARG1 ARG2

If the arguments are not GIVEN it DELETES all the arguments.



Discussion

No Comment Found

Related InterviewSolutions