ChB_2019

# include <stdio.h>main ( ){int X;for (x=5;x<=10; x++){printf("%d",x);if(x==6)break;}}প্রোগ্রামটির আউটপুট কোনটি?

Loading answers...