নিচের প্রোগ্রামটির আউটপুট কী হবে? (What is the output of the following program?)

int main(){

int i;

for(i=0; i<5; i++)

printf("%d",i+2);

return 0; }

Created: 4 months ago | Updated: 2 months ago

Related Questions