Linux Bash Arithmetic Expressions Question:
Download Questions PDF

Which expression use the value of the enclosed arithmetic expression?
a) $(())
b) $()
c) ${}
d) $[]

Answer:

a) $(())

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
Which built-in command performs integer arithmetic in bash shell?
a) let
b) get
c) set
d) none of the mentioned
If a and b are 2 variables then the meaning of a<<=b is:
a) b = a << b
b) a = a << b
c) b = b << a
d) a = a << b