٨ is used to represent a blank, which one is wrong among the following descriptions?
A.
statement“printf("%4d", 5);”displays ٨٨٨5
B.
statement“printf("%4d", 56829);”displays 6829
C.
statement“printf("%5.2f", 5.26);”displays ٨5.26
D.
statement“printf("%5.2f", 534.);”displays 534.00