What is the output of the following code?
float x = 21.0;
x = 3.0;
printf("%f",x);

Posted on by