🤔 No result found

👉 Don't loose hope, Try out below methods

Ask on Telegram
  • 💡 Search Tips
  • ➡️ Type question from start
  • ➡️ Use unique words from question
  • ❌ Don't search full question
Telegram Group 🔥🔥🔥 Get answers in minutes
Questions answered : 48 /50
Guy
Guy
Guy
Guy
Guy
+ 4981 more
Verified Answer verified

What is output of below program?

int main() {
int i, j, count;
count = 0;
for (i = 0; i < 5; i++); {
for (j = 0; j < 5; j++); {
count++;
}
}
printf("%d", count);
return 0;
}

🗓 Jan 21, 2024

Answer is "1"

Comments and Discussions

You don't need to login to post your comment

Comments:
30
Views:
60k
Likes:
120k
votes
Das 🌐 National Capital Territory of Delhi
Here the loops are terminated by semicolon(;)
So the count statement executes only once.
Giving the result 1


If there were no semicolon after the loop
then the answer would be 25
Was this answer helpful?

Was your question answered?

Thanks for the feedback! ✅

Want to get famous? 📸

Answer question and get 🤩 high-lighted on our homepage.

Just Automated Logo

© 2017-2022 Foxoyo™
All rights reserved.

Facebook Connect with us