What is the output of the program?
int main()
{
float a = 45;
printf(%f", a);
return 0;
}
Answers
Answered by
1
Answer:
45.0
Explanation:
nothing to say.
Similar questions