πŸ“Š C++
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x * y);
  • (A) 10
  • (B) 20
  • (C) 200
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (C) 200

Explanation: The expression (x * y) evaluates to 200.

Explanation by: Priyanka Tomar
The expression (x * y) evaluates to 200.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
130
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Priyanka Tomar
Publisher
πŸ“ˆ
83%
Success Rate