πŸ“Š C Programming
Q. What is the output of the C Program?
Code:
int main()
{
    int a=0;
    a = 10 + 5 * 2 * 8 / 2 + 4;
    printf("%d", a);

    return 0;
}
  • (A) 124
  • (B) 54
  • (C) 23
  • (D) 404
πŸ’¬ Discuss
βœ… Correct Answer: (B) 54

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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