What is the output of the program?
#include<studio.h>
int main()
{
 float x=3.7;
 int y;
 y=x;
 printf ("%d",y);
 return 0;
}



Posted on by