1.

until loop operates with a reverse logic as used in while loop.(a) True(b) FalseThis question was posed to me in my homework.Question is taken from Shell Programming using Various Commands in portion Essential Shell Programming of Unix

Answer»

Correct option is (a) True

Easy EXPLANATION: SHELL also offers an until statement which operates with a reverse logic USED in while. With until the loop body is executed as LONG as the condition REMAINS false.



Discussion

No Comment Found

Related InterviewSolutions