πŸ“Š C Programming
Q. What is the value of “y” in this code?
Code:
#include <stdio.h>
void main()
{
   int y = 5 * 9 / 3 + 9;
}
  • (A) 24
  • (B) 3
  • (C) 2.68
  • (D) Depends on compiler
πŸ’¬ Discuss
βœ… Correct Answer: (A) 24

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
252
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Rudra Pratap Singh
Publisher
πŸ“ˆ
85%
Success Rate