Predict the output for the following code
#include stdio.h

int main()
{
float a=2.2314;
float b=3.2314;
printf("%2.1f %10.3f",a,b);

return 0;
}

Posted on by