πŸ“Š C++
Q. What is the value of a in below program?
Code:
int main()
{
 int a, b=20;
 a = 90/b;
 return 0;
}
  • (A) 4
  • (B) 4.0
  • (C) 4.5
  • (D) Compilation Error
πŸ’¬ Discuss
βœ… Correct Answer: (A) 4

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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