Debugging Question: The result of an expression can be assigned to an environment variable with the command: a) assign b) set c) env d) none of the mentioned Linux Debugging Interview QuestionAnswer: b) set Previous QuestionNext QuestionIn GDB hardware-dependent information about the floating point unit can be displayed by the command a) info float b) display float c) show float d) none of the mentionedWhich one of the following GDB command deletes any break-point at the next instruction to be executed in the selected stack frame? a) clear b) delete c) disable d) none of the mentioned