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

    return 0;
}
  • (A) 40
  • (B) 4
  • (C) 34
  • (D) 54
πŸ’¬ Discuss
βœ… Correct Answer: (C) 34

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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