Print output as a given ... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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

10th May 2021, 4:45 PM
🇮🇳Akash Æ
🇮🇳Akash Æ - avatar
1 Answer
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.
10th May 2021, 4:53 PM
Apollo-Roboto
Apollo-Roboto - avatar