MCQs > IT & Programming > C Programming > Output if you will execute following code? #include int main(){ float a=0.5, b=0.9; if(a&&b>0.9) printf('Sachin'); else printf('Rahul'); return 0; }

C Programming MCQs

What will be output if you will execute following code? #include int main(){ float a=0.5, b=0.9; if(a&&b>0.9) printf("Sachin"); else printf("Rahul"); return 0; }

Answer

Correct Answer: Rahul

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it