要输出double型的数据,printf()函数中用( )格式控制符。
A: %lf
B: %d
C: %c
D: %f
A: %lf
B: %d
C: %c
D: %f
举一反三
- 要输入double型的数据,scanf()函数中用( )格式控制符。 A: %lf B: %d C: %c D: %f
- 在C语言中,用printf函数输出int型数据时,可以使用格式控制符() A: %lf B: %f C: %c D: %d
- 当用户使用scanf函数输入的double型数据时,应使用的格式控制符是____。 A: %d B: %ld C: %f D: %lf
- 使用scanf函数对double类型数据进行输入时,格式控制符为() A: %d B: %c C: %lf D: %f
- 在printf函数中,浮点型数据输出的格式控制符有( )。 A: %e B: %d C: %f D: %g