- 1
Print output as a given ...
Some C++ data types, their format specifiers, and their most common bit widths are as follows: Int ("%d"): 32 Bit integer Long ("%ld"): 64 bit integer Char ("%c"): Character type Float ("%f"): 32 bit real value Double ("%lf"): 64 bit real value sample input : 3 12345678912345 a 334.23 14049.30493 sample output: 3 12345678912345 a 334.230 14049.304930000
1 Antwort
0
What is your question? What did you try? Are there any errors?
We can only help you out once we have clear understanding of the problem.