πŸ“Š C++
Q. What should be the output of below program?
Code:
int main()
{
int a=10; 
cout<<a++;
return 0;
}
  • (A) 0
  • (B) 10
  • (C) 11
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (B) 10

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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