what is the output of the following code?
#includestdio.h
void main()
{
int main=10;
printf("%f",main);
return 0;
}

Posted on by