Discuss Forum

1. While লুপ do while লুপের মধ্যে একটি গুরুত্বপূর্ণ পার্থক্য নিম্নরূপ: (An important difference between while loop and do while loop is as following:)

  • A. সবকিছু একই রকম থাকলে, while লুপ যদি k বার ঘোরে তবে do while লুপ ঘোরে k-1 বার (All else being equal, if a while loop iterates k times, a do-while loop iterates k-1 times)
  • B. সবকিছু একই রকম থাকলে, while লুপ যদি k বার ঘোরে তবে do while লুপ ঘোরে k-1 বার (All else being equal, if a while loop iterates k times, a do-while loop iterates k-1 times)
  • C. সবকিছু একই রকম থাকলে, while লুপ যদি k বার ঘোরে তবে do while লুপ ঘোরে k-1 বার (All else being equal, if a while loop iterates k times, a do-while loop iterates k-1 times)
  • D. সবকিছু একই রকম থাকলে, while লুপ যদি k বার ঘোরে তবে do while লুপ ঘোরে k-1 বার (All else being equal, if a while loop iterates k times, a do-while loop iterates k-1 times)

Answer: Option D

Explanation:


Post your comments here:

Name:
Mobile:
Email:(Optional)

» Your comments will be displayed only after manual approval.