or
Don't have an account? Register
নিচের প্রোগ্রামটির আউটপুট কী হবে? (What is the output of the following program?)
int main(){
int i;
for(i=0; i<5; i++)
printf("%d",i+2);
return 0; }