πŸ“Š C Programming
Q. How to make an infinity loop in C?
  • (A) loop: ..... goto loop;
  • (B) for(;;) { }
  • (C) while(1) { }
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
174
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Prabhas Kapoor
Publisher
πŸ“ˆ
91%
Success Rate