Linux - Study Mode
[#611] BASH shell stands for?
Correct Answer
(A) Bourne-again Shell
[#612] GDB can be used for
Correct Answer
(C) both c and c++ language
[#613] Which built-in function returns the arctangent of a/b in radians.
Correct Answer
(A) atan2(a/b)
[#614] The command line options of gcc can also be read from a file with
Correct Answer
(C) #
[#615] The command "show commands" of GDB
Correct Answer
(A) displays the last 10 commands in the command history