试题详情

下述字符串格式化语法正确的是?

AGNU‘sNot%d%%‘ % ‘UNIX‘

B‘GNU\‘sNot%d%%‘ % ‘UNIX‘

C‘GNU‘sNot%s%%‘  % ‘UNIX‘

D‘GNU\‘sNot%s%%‘ % ‘UNIX‘