πŸ“Š C Programming
Q. What is the output of the C Program.?
Code:
int main()
{
    if( 4 > 5 )
    {
        printf("Hurray..\n");
    }
     printf("Yes");

    return 0;
}
  • (A) Yes
  • (B) Hurray..
  • (C) Hurray..Yes
  • (D) Compiler error
πŸ’¬ Discuss
βœ… Correct Answer: (A) Yes

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
181
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
84%
Success Rate