What will be the output of the following C ?

#include stdio.h
void main()
{
float x=7;
Int y=8;
printf("%f, %f", x, y);
}

Posted on by