以下程序的输出结果是( )。#include <stdio.h> main() { char st[20]="hello \";printf("%d %d
",strlen(st),sizeof(st));}(2分)
A9 9
B5 20
C13 20
D20 20
出自:长安大学大学C语言