Q. Find the output of the following program

Code:
main(){
  int a, b = 10;
  a = 95 / 10;
  cout << a << endl;
}
  • (A) 9
  • (B) 9.5
  • (C) 10
  • (D) 9.0
πŸ’¬ Discuss
βœ… Correct Answer: (A) 9

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
350
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Brijesh Goswami
Publisher
πŸ“ˆ
96%
Success Rate