单项选择题

在GDB调试程序下,若需要在hello.c的第10行插入断点则,输入()

A.l hello.c:10
B.c hello.c:10
C.b hello.c:10
D.p hello.c:10