Please answer each question
Attachments:
Answers
Answered by
39
1) Syntax of do... while loop in C programming language is as follows: do { statements } while (expression); As we saw in a while loop, the body is executed if and only if the condition is true.
2)exit command in linux is used to exit the shell where it is currently running. It takes one more parameter as [N] and exits the shell with a return of status N
Similar questions