Debugging Question: Which GDB command reloads the debugging information? a) file b) reload c) debug d) none of the mentioned Linux Debugging Interview QuestionAnswer: a) file Previous QuestionNext QuestionThe "step" command of GDB: a) executes the current line of the program b) stops the next statement to be executed c) both (a) and (b) d) none of the mentionedGDB can be used: a) to find out the memory leakages b) to get the result of a particular expression in a program c) to find the reason of segementation fault d) all of the mentioned