What is the output of the code?
#includestdio.h
void main()
{
int k=4;
float k=4;
printf("%d", k);
}

Posted on by