InterviewSolution
Saved Bookmarks
| 1. |
____ statement matches an expression for more than one alternative.(a) for(b) while(c) elif(d) caseThe question was posed to me during an interview for a job.This question is from Case and Expr Command in portion Essential Shell Programming of Unix |
|
Answer» Correct option is (d) case |
|