Computer Science, asked by azracroax69, 6 months ago


What is the output of the following code?
main()
{
float a 0.7;
if(a<0.7)
printf("C");
else
printf("C++");
}​

Answers

Answered by Anonymous
2

</p><p></p><p>\huge\star\underbrace{\mathtt\red{⫷❥ᴀ᭄} \mathtt\green{n~ }\mathtt\blue{ §} \mathtt\purple{₩}\mathtt\orange{Σ} \mathtt\pink{R⫸}}\star\:⋆ </p><p>

main()

{float a 0.7; if(a<0.7)printf("C");elseprintf("C++");}

Similar questions
Math, 6 months ago