SATT ACADEMY

New to Satt Academy? Create an account


or

Log in with Google Account

Academy

#include
int main() {
int i;
for(i=5;i<=10;i++)

    {       printf("%d",i);
    if(i==6)break;
   }
  return 0;

}
প্রোগ্রামটির আউটপুট কোনটি?
 

Created: 1 year ago | Updated: 10 months ago

Related Question

View More

Promotion