Multiple choice technology programming languages

How to debugg a C file ?

  1. gdb <executive file>

  2. ddd <executive file>

  3. xxgdb <executive file>

  4. 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.