নিচের প্রোগ্রামটির আউটপুট কী হবে? (What is the output of the following program?)int main(){int i;for(i=0; iprintf("%d",i+2);return 0; }