Computer Science, asked by pavanaghav007, 15 days ago

What is the output of the program?
int main()
{
float a = 45;
printf(%f", a);
return 0;
}​

Answers

Answered by meenu991309sep
1

Answer:

45.0

Explanation:

nothing to say.

Similar questions