Linux Bash Arithmetic Expressions Question:
Download Questions PDF

Which built-in command performs integer arithmetic in bash shell?
a) let
b) get
c) set
d) none of the mentioned

Answer:

a) let

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
The 'logout' built in command is used to:
a) shutdown the computer
b) logoff of the computer
c) logout the current user
d) to exit the current shell
Which expression use the value of the enclosed arithmetic expression?
a) $(())
b) $()
c) ${}
d) $[]