A
Q. Choose right statement.
Code:
int main()
{
float c = 3.5 + 4.5;
printf("%f", c);
return 0;
}
{
float c = 3.5 + 4.5;
printf("%f", c);
return 0;
}
- Correct Answer - Option(B)
- Views: 23
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.