What is the output of the following code?
#includestdio.h
int main()
{
float a=0.7;
if(a 0.7)
printf("C\n");
else
printf("C++\n");
return 0;
}

Posted on by