✪ Choose the correct option.
What would be the value of c?
void main()
{
int c;
float a,b;
a= 245.05;
b = 40.02;
c =a+ b;
}

✪ Choose the correct option.
What would be the value of c?
void main()
{
int c;
float a,b;
a= 245.05;
b = 40.02;
c =a+ b;
}