23.Which of the following statements about the format specifier for printf () function in C is incorrect?
(A) %b is used to print a binary number
(B) %d is used to print a decimal number
(C) %x is used to print a hexadecimal number
(D)%f is used to print a floating number
(E) None of the above
詳解 (共 1 筆)
未解鎖
這道題目是關於C語言中printf()函...