1.

A single read statement can be used with one or more variables.(a) True(b) FalseI have been asked this question in class test.This interesting question is from Shell Programming using read Command and Command Line Arguments in division Essential Shell Programming of Unix

Answer»

Correct choice is (a) True

The explanation: A SINGLE read STATEMENT can be used with one or more variables to let us enter multiple arguments. For EXAMPLE,

read FirstNameLastName



Discussion

No Comment Found

Related InterviewSolutions