πŸ“Š C++
Q. How many times mcqbuddy.com is printed here?
Code:
int main()
{

for(int i=0; i< 5; i++);
cout<<"mcqbuddy.com";

return 0;
}
  • (A) 0
  • (B) 1
  • (C) 4
  • (D) 5
πŸ’¬ Discuss
βœ… Correct Answer: (B) 1

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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