πŸ“Š C Programming
Q. What is the correct format specifier for printing a float value?
  • (A) %f
  • (B) %d
  • (C) %c
  • (D) %s
πŸ’¬ Discuss
βœ… Correct Answer: (A) %f

Explanation: %f is used to print float and double values.

Explanation by: Mr. Dubey
%f is used to print float and double values.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
69
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
82%
Success Rate