πŸ“Š C Programming
Q. What is the output of the program?
Code:
int main()
{
    float a = 45;
    printf("%f", a);

    return 0;
}
  • (A) 45
  • (B) 45.0
  • (C) 45.000000
  • (D) 0.000000
πŸ’¬ Discuss
βœ… Correct Answer: (C) 45.000000

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
202
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
96%
Success Rate