Multiple choice technology programming languages How to debugg a C file ? gdb <executive file> ddd <executive file> xxgdb <executive file> none Reveal answer Fill a bubble to check yourself A,B,C Correct answer Explanation GDB (GNU Debugger) is the standard command-line debugger for C. DDD and XXGDB are graphical front-ends that run on top of GDB to debug executable files. All three are valid C debugging commands.